Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 21ccd35147 | |||
| 5db706df6c | |||
| 5a440be0df |
@@ -47,9 +47,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sushi-set-with-standart-ingridients_140725-4267.jpg"
|
||||
imageAlt="Fresh sushi platter"
|
||||
frameStyle="card"
|
||||
mediaAnimation="opacity"
|
||||
containerClassName="max-w-5xl"
|
||||
logoClassName="text-center"
|
||||
@@ -66,11 +63,14 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "California Roll", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-set-with-pickled-ginger-wasabi-soy-sauce-dark-plate_176474-3465.jpg", imageAlt: "California Roll"},
|
||||
id: "1", name: "California Roll", price: "$8.50", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "California Roll"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Fresh Sashimi Platter", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/fish-sauce-table_140725-953.jpg", imageAlt: "Fresh Sashimi Platter"},
|
||||
id: "2", name: "Fresh Sashimi Platter", price: "$15.00", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Fresh Sashimi Platter"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Nigiri Selection", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/dinner-plate-white-wasabi-red_1203-4274.jpg", imageAlt: "Nigiri Selection"},
|
||||
id: "3", name: "Nigiri Selection", price: "$12.00", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Nigiri Selection"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -86,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"
|
||||
@@ -103,15 +105,19 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-afro-american-male-barber-wearing-uniform-doing-ok-sign_141793-116559.jpg", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-using-tablet-bed_1262-6265.jpg", imageAlt: "Emma Rodriguez"},
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-holding-hand-his-chest-looking-camera-with-smile-face-standing-white-background_141793-54049.jpg", imageAlt: "David Kim"},
|
||||
id: "4", name: "David Kim", imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "David Kim"
|
||||
},
|
||||
]}
|
||||
cardTitle="Trusted by 150+ local customers with a 4.7★ Google rating"
|
||||
cardTitle="Trusted by hundreds of local customers with a 4.7★ Google rating"
|
||||
cardTag="See what they say about us"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -123,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}
|
||||
@@ -156,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"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user