Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Car, Droplet, Phone, RefreshCw, Settings, ShieldCheck, Sparkles, Mail, Calendar } from "lucide-react";
|
||||
import { Car, Droplet, Sparkles, ShieldCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -111,6 +111,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{ name: "notes", placeholder: "Additional service requirements" }}
|
||||
buttonText="Confirm Booking"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,6 +122,7 @@ export default function LandingPage() {
|
||||
{ id: "2", title: "Do I need to book in advance?", content: "Yes, 48 hours recommended." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find answers to common inquiries about our services."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user