Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d1caac868c | |||
| 2351b02c2f | |||
| 95568b2259 | |||
| ac0f171bfa | |||
| 0f8a383b68 |
@@ -32,11 +32,12 @@ export default function BlogPage() {
|
||||
{ name: "Vehicles", id: "vehicles" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Support", id: "support" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Go to Car"
|
||||
bottomLeftText="Premium Vehicle Rentals"
|
||||
bottomRightText="hello@gotocar.com"
|
||||
bottomRightText="rentcar@webild.io"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
336
src/app/page.tsx
336
src/app/page.tsx
@@ -12,6 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import { Sparkles, Zap, CheckCircle, Star, Award, Heart, Trophy, Facebook, Twitter, Instagram } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -35,11 +36,12 @@ export default function LandingPage() {
|
||||
{ name: "Vehicles", id: "vehicles" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Support", id: "support" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Go to Car"
|
||||
bottomLeftText="Premium Vehicle Rentals"
|
||||
bottomRightText="hello@gotocar.com"
|
||||
bottomRightText="rentcar@webild.io"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -231,6 +233,336 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="support" data-section="support">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Contact & Support"
|
||||
subtitle="We're here to help you with any questions or concerns"
|
||||
sections={[
|
||||
{
|
||||
heading: "Get in Touch", content: [
|
||||
{
|
||||
type: "paragraph", text: "Have questions about our rental services? Our customer support team is available 24/7 to assist you with bookings, vehicle inquiries, or any other needs."
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "Email: rentcar@webild.io"
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "We pride ourselves on quick response times and exceptional customer service. Reach out to us anytime, and we'll be delighted to help."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "Customer Support Hours", content: [
|
||||
{
|
||||
type: "list", items: [
|
||||
"Email Support: Available 24/7", "Phone Support: Available during business hours", "Online Chat: Available 8 AM - 10 PM (EST)", "Emergency Roadside Assistance: Available 24/7"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "Feedback & Complaints", content: [
|
||||
{
|
||||
type: "paragraph", text: "We value your feedback and continuously work to improve our services. If you have any complaints or suggestions, please contact us at rentcar@webild.io and we'll address your concerns promptly."
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="privacy" data-section="privacy">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Privacy Policy"
|
||||
subtitle="Last updated: January 2025"
|
||||
sections={[
|
||||
{
|
||||
heading: "1. Introduction", content: [
|
||||
{
|
||||
type: "paragraph", text: "Go to Car ("we," "us," "our") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and otherwise handle your personal information in connection with our website, mobile application, and car rental services."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "2. Information We Collect", content: [
|
||||
{
|
||||
type: "paragraph", text: "We collect information you provide directly to us, including:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Full name, email address, and phone number", "Driver's license number and expiration date", "Date of birth", "Home address", "Payment information (credit/debit card details)", "Insurance information", "Travel preferences and booking history"
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "We also automatically collect certain information when you use our services:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"IP address and device identifiers", "Browser type and operating system", "Pages visited and time spent on each", "Referring and exit pages", "Location data (with your permission)", "Cookies and similar tracking technologies"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "3. How We Use Your Information", content: [
|
||||
{
|
||||
type: "paragraph", text: "We use the information we collect for various purposes:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Processing and managing your rental bookings", "Verifying your identity and preventing fraud", "Communicating with you about your reservations", "Sending promotional offers and newsletters (with your consent)", "Improving our services and user experience", "Complying with legal and regulatory obligations", "Resolving disputes and handling customer service inquiries"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "4. Sharing of Information", content: [
|
||||
{
|
||||
type: "paragraph", text: "We may share your information with:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Third-party service providers (payment processors, insurance companies)", "Law enforcement when required by law", "Business partners for joint services or promotions", "Affiliates and subsidiaries within our company"
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "We do not sell your personal information to third parties for marketing purposes."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "5. Data Security", content: [
|
||||
{
|
||||
type: "paragraph", text: "We implement industry-standard security measures to protect your personal information from unauthorized access, alteration, disclosure, or destruction. However, no method of transmission over the Internet is 100% secure, and we cannot guarantee absolute security."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "6. Your Rights", content: [
|
||||
{
|
||||
type: "paragraph", text: "Depending on your location, you may have rights regarding your personal information:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Right to access your personal information", "Right to correct inaccurate data", "Right to delete your information", "Right to withdraw consent", "Right to data portability"
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "paragraph", text: "To exercise any of these rights, please contact us at rentcar@webild.io."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "7. Cookies and Tracking", content: [
|
||||
{
|
||||
type: "paragraph", text: "We use cookies and similar technologies to enhance your experience. You can control cookie settings through your browser preferences. Disabling cookies may affect certain website functionality."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "8. Third-Party Links", content: [
|
||||
{
|
||||
type: "paragraph", text: "Our website may contain links to third-party websites. We are not responsible for their privacy practices. We encourage you to review their privacy policies before providing any information."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "9. Children's Privacy", content: [
|
||||
{
|
||||
type: "paragraph", text: "Our services are not intended for individuals under 18 years of age. We do not knowingly collect personal information from children. If we become aware of such collection, we will delete the information promptly."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "10. Changes to This Policy", content: [
|
||||
{
|
||||
type: "paragraph", text: "We may update this Privacy Policy from time to time. Changes will be effective immediately upon posting to our website. Your continued use of our services constitutes acceptance of the updated policy."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "11. Contact Us", content: [
|
||||
{
|
||||
type: "paragraph", text: "If you have questions about this Privacy Policy or our privacy practices, please contact us at rentcar@webild.io."
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="terms" data-section="terms">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Terms of Service"
|
||||
subtitle="Last updated: January 2025"
|
||||
sections={[
|
||||
{
|
||||
heading: "1. Agreement to Terms", content: [
|
||||
{
|
||||
type: "paragraph", text: "By accessing and using the Go to Car website, application, and services, you agree to be bound by these Terms of Service. If you do not agree with any part of these terms, please do not use our services."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "2. Rental Eligibility", content: [
|
||||
{
|
||||
type: "paragraph", text: "To rent a vehicle from Go to Car, you must:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Be at least 21 years old (or as required by local law)", "Hold a valid, current driver's license", "Provide valid identification and proof of insurance", "Have a valid credit card", "Have a clean driving record", "Agree to our rental policies and terms"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "3. Booking and Reservation", content: [
|
||||
{
|
||||
type: "paragraph", text: "When you make a reservation:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"All information provided must be accurate and complete", "You are responsible for confirming pickup and drop-off times", "Reservations are subject to vehicle availability", "We reserve the right to cancel reservations that appear fraudulent", "A credit card authorization will be performed at the time of booking"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "4. Cancellation and Modification", content: [
|
||||
{
|
||||
type: "paragraph", text: "Cancellation and modification policies:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Free cancellations up to 48 hours before pickup", "Cancellations within 48 hours may incur a fee", "No-shows will be charged the full rental amount", "Modifications are subject to availability", "Non-refundable add-ons may apply"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "5. Vehicle Condition and Inspection", content: [
|
||||
{
|
||||
type: "paragraph", text: "Before taking possession of a rental vehicle:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"You agree to inspect the vehicle for any existing damage", "Any pre-existing damage must be documented and signed by both parties", "You are responsible for any new damage occurring during your rental", "The vehicle must be returned in the same condition as rented", "Normal wear and tear is excepted"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "6. Payment Terms", content: [
|
||||
{
|
||||
type: "paragraph", text: "Payment information and requirements:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Payment is due in full at pickup", "We accept major credit cards, debit cards, and digital wallets", "A security deposit or credit authorization may be required", "Late fees will apply if the vehicle is not returned by the agreed time", "All prices are subject to applicable taxes and fees"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "7. Fuel Policy", content: [
|
||||
{
|
||||
type: "paragraph", text: "Regarding fuel management:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Vehicles are rented with a full tank", "You must return the vehicle with a full tank", "If returned with less fuel, you will be charged our fuel refill rate", "Pre-purchase fuel option is available at a fixed price", "Unused pre-purchased fuel is non-refundable"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "8. Insurance and Liability", content: [
|
||||
{
|
||||
type: "paragraph", text: "Regarding insurance coverage:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"All rentals include basic liability coverage", "Collision damage waiver (CDW) is available for an additional fee", "Theft protection coverage is available", "You may use your personal insurance or purchase ours", "You are responsible for any damages not covered by insurance"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "9. Traffic Violations and Fines", content: [
|
||||
{
|
||||
type: "paragraph", text: "Traffic-related charges:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"You are responsible for all traffic violations incurred during your rental", "We may charge an administrative fee for processing violations", "Parking tickets and tolls are your responsibility", "Failure to pay may result in legal action"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "10. Vehicle Use Restrictions", content: [
|
||||
{
|
||||
type: "paragraph", text: "You agree not to:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Use the vehicle for commercial purposes without authorization", "Smoke in the vehicle", "Allow unauthorized drivers to operate the vehicle", "Drive under the influence of alcohol or drugs", "Drive outside approved geographic areas", "Exceed the mileage limit", "Transport hazardous materials"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "11. Dispute Resolution", content: [
|
||||
{
|
||||
type: "paragraph", text: "In case of disputes:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"All disputes shall be resolved through good faith negotiation", "If unresolved, disputes may be subject to binding arbitration", "You agree to submit disputes to arbitration rather than court proceedings", "All arbitration shall be conducted in English"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "12. Limitation of Liability", content: [
|
||||
{
|
||||
type: "paragraph", text: "Go to Car shall not be liable for:"
|
||||
},
|
||||
{
|
||||
type: "list", items: [
|
||||
"Indirect, incidental, or consequential damages", "Loss of profits or revenue", "Vehicle breakdowns or mechanical failures", "Third-party claims or injuries", "Data loss or unauthorized access"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "13. Governing Law", content: [
|
||||
{
|
||||
type: "paragraph", text: "These Terms of Service are governed by and construed in accordance with the laws of the jurisdiction in which Go to Car operates, without regard to its conflict of law provisions."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "14. Changes to Terms", content: [
|
||||
{
|
||||
type: "paragraph", text: "We reserve the right to modify these Terms of Service at any time. Changes will be effective immediately upon posting to our website. Your continued use of our services constitutes acceptance of the updated terms."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "15. Contact Information", content: [
|
||||
{
|
||||
type: "paragraph", text: "For questions about these Terms of Service, please contact us at rentcar@webild.io."
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Ready to book your perfect rental car? Get started today with Go to Car and enjoy premium vehicles at unbeatable prices."
|
||||
@@ -239,7 +571,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Book Now", href: "#vehicles" },
|
||||
{ text: "Contact Us", href: "mailto:hello@gotocar.com" }
|
||||
{ text: "Contact Us", href: "mailto:rentcar@webild.io" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,11 +87,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Support", id: "support" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Go to Car"
|
||||
bottomLeftText="Premium Vehicle Rentals"
|
||||
bottomRightText="hello@gotocar.com"
|
||||
bottomRightText="rentcar@webild.io"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,11 +135,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Support", id: "support" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Go to Car"
|
||||
bottomLeftText="Premium Vehicle Rentals"
|
||||
bottomRightText="hello@gotocar.com"
|
||||
bottomRightText="rentcar@webild.io"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
@@ -188,11 +190,12 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Support", id: "support" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Go to Car"
|
||||
bottomLeftText="Premium Vehicle Rentals"
|
||||
bottomRightText="hello@gotocar.com"
|
||||
bottomRightText="rentcar@webild.io"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -39,11 +39,12 @@ export default function ShopPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Support", id: "support" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Go to Car"
|
||||
bottomLeftText="Premium Vehicle Rentals"
|
||||
bottomRightText="hello@gotocar.com"
|
||||
bottomRightText="rentcar@webild.io"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,11 +86,12 @@ export default function ShopPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Support", id: "support" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Go to Car"
|
||||
bottomLeftText="Premium Vehicle Rentals"
|
||||
bottomRightText="hello@gotocar.com"
|
||||
bottomRightText="rentcar@webild.io"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user