Update src/app/page.tsx

This commit is contained in:
2026-03-07 07:46:31 +00:00
parent 5a440be0df
commit 5db706df6c

View File

@@ -63,11 +63,14 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "California Roll", price: "$8.50", imageAlt: "California Roll"},
id: "1", name: "California Roll", price: "$8.50", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "California Roll"
},
{
id: "2", name: "Fresh Sashimi Platter", price: "$15.00", imageAlt: "Fresh Sashimi Platter"},
id: "2", name: "Fresh Sashimi Platter", price: "$15.00", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Fresh Sashimi Platter"
},
{
id: "3", name: "Nigiri Selection", price: "$12.00", imageAlt: "Nigiri Selection"},
id: "3", name: "Nigiri Selection", price: "$12.00", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Nigiri Selection"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -83,12 +86,14 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text", content: "Fresh ingredients, skilled preparation, friendly service"},
type: "text", content: "Fresh ingredients, skilled preparation, friendly service"
},
]}
useInvertedBackground={false}
buttons={[
{
text: "Get Directions", href: "https://maps.google.com/?q=1/331+Clovelly+Rd,+Clovelly+NSW+2031"},
text: "Get Directions", href: "https://maps.google.com/?q=1/331+Clovelly+Rd,+Clovelly+NSW+2031"
},
]}
buttonAnimation="slide-up"
className="text-center"
@@ -100,13 +105,17 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emma Rodriguez", imageAlt: "Emma Rodriguez"},
id: "3", name: "Emma Rodriguez", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Emma Rodriguez"
},
{
id: "4", name: "David Kim", imageAlt: "David Kim"},
id: "4", name: "David Kim", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "David Kim"
},
]}
cardTitle="Trusted by hundreds of local customers with a 4.7★ Google rating"
cardTag="See what they say about us"
@@ -120,19 +129,24 @@ export default function LandingPage() {
ctaTitle="Ready to order?"
ctaDescription="Call us now for fresh sushi delivery or visit our Clovelly location. No reservations needed."
ctaButton={{
text: "Call 0414 161 574", href: "tel:0414161574"}}
text: "Call 0414 161 574", href: "tel:0414161574"
}}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"
faqs={[
{
id: "1", title: "What are your hours?", content: "We're open daily from 11:00 AM to 9:00 PM. Visit us at 1/331 Clovelly Rd, Clovelly NSW 2031."},
id: "1", title: "What are your hours?", content: "We're open daily from 11:00 AM to 9:00 PM. Visit us at 1/331 Clovelly Rd, Clovelly NSW 2031."
},
{
id: "2", title: "Do you offer delivery?", content: "Yes! Call us to arrange delivery to your location. Orders over $30 qualify for free delivery within Clovelly area."},
id: "2", title: "Do you offer delivery?", content: "Yes! Call us to arrange delivery to your location. Orders over $30 qualify for free delivery within Clovelly area."
},
{
id: "3", title: "What payment methods do you accept?", content: "We accept cash, card, and digital payments. Payment is required at pickup or upon delivery."},
id: "3", title: "What payment methods do you accept?", content: "We accept cash, card, and digital payments. Payment is required at pickup or upon delivery."
},
{
id: "4", title: "Are your ingredients fresh?", content: "Absolutely. We source premium fresh fish and vegetables daily and prepare everything to order for maximum freshness."},
id: "4", title: "Are your ingredients fresh?", content: "Absolutely. We source premium fresh fish and vegetables daily and prepare everything to order for maximum freshness."
},
]}
accordionAnimationType="smooth"
showCard={true}
@@ -153,9 +167,11 @@ export default function LandingPage() {
title: "Contact", items: [
{ label: "Call: 0414 161 574", href: "tel:0414161574" },
{
label: "Address: 1/331 Clovelly Rd", href: "https://maps.google.com/?q=1/331+Clovelly+Rd,+Clovelly+NSW+2031"},
label: "Address: 1/331 Clovelly Rd", href: "https://maps.google.com/?q=1/331+Clovelly+Rd,+Clovelly+NSW+2031"
},
{
label: "Get Directions", href: "https://maps.google.com/?q=1/331+Clovelly+Rd,+Clovelly+NSW+2031"},
label: "Get Directions", href: "https://maps.google.com/?q=1/331+Clovelly+Rd,+Clovelly+NSW+2031"
},
],
},
{