56 | {code || 'Your generated query will appear here...'}
57 |
58 |
,
18 | title: 'Syntax Highlighting',
19 | description: 'View queries generated by Query GPT with beautiful syntax highlighting for better readability.'
20 | },
21 | {
22 | icon: {feature.description}
50 |28 | Convert your questions into database queries instantly. 29 |
30 |
,
23 | title: 'Use the Result',
24 | description: 'Copy the querygpt generated query to use in your database system or adjust it as needed.'
25 | }
26 | ];
27 |
28 | const HowToUse = () => {
29 | return (
30 | {step.description}
43 |161 | {body} 162 |
163 | ) 164 | }) 165 | FormMessage.displayName = "FormMessage" 166 | 167 | export { 168 | useFormField, 169 | Form, 170 | FormItem, 171 | FormLabel, 172 | FormControl, 173 | FormDescription, 174 | FormMessage, 175 | FormField, 176 | } 177 | -------------------------------------------------------------------------------- /src/components/ui/hover-card.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react" 2 | import * as HoverCardPrimitive from "@radix-ui/react-hover-card" 3 | 4 | import { cn } from "@/lib/utils" 5 | 6 | const HoverCard = HoverCardPrimitive.Root 7 | 8 | const HoverCardTrigger = HoverCardPrimitive.Trigger 9 | 10 | const HoverCardContent = React.forwardRef< 11 | React.ElementRefLast updated: {new Date().toLocaleDateString()}
14 | 15 |Welcome to Query GPT ("we," "our," or "us"). By accessing or using our website at www.query-gpt.com (the "Service"), you agree to be bound by these Terms of Service ("Terms"). If you disagree with any part of the terms, you may not access the Service.
17 | 18 |Our Service allows you to generate and optimize database queries using AI technology. You are responsible for maintaining the confidentiality of your account and for all activities that occur under your account.
20 | 21 |The Service and its original content, features, and functionality are and will remain the exclusive property of Query GPT and its licensors. The Service is protected by copyright, trademark, and other laws.
23 | 24 |You retain any and all of your rights to any content you submit, post or display on or through the Service. By uploading or sharing content, you grant us a worldwide, non-exclusive, royalty-free license to use, reproduce, modify, and distribute that content for the purpose of providing the Service.
26 | 27 |We may terminate or suspend your account immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.
29 | 30 |In no event shall Query GPT, nor its directors, employees, partners, agents, suppliers, or affiliates, be liable for any indirect, incidental, special, consequential or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses, resulting from your access to or use of or inability to access or use the Service.
32 | 33 |These Terms shall be governed and construed in accordance with the laws of the jurisdiction in which the company is registered, without regard to its conflict of law provisions.
35 | 36 |We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days' notice prior to any new terms taking effect.
38 | 39 |If you have any questions about these Terms, please contact us at support@query-gpt.com.
41 |