Merge version_1 into main #1
239
src/app/page.tsx
239
src/app/page.tsx
@@ -30,70 +30,32 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="K&K Seafood"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:1234567890",
|
||||
}}
|
||||
text: "Call Now", href: "tel:1234567890"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Fresh Seafood. Crispy Chips. Local Favourite."
|
||||
description="Serving up classic fish & chips, burgers, and seafood packs made fresh daily."
|
||||
tag="North Brisbane's Finest"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:1234567890",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Call Now", href: "tel:1234567890" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fish-chips-chopping-board-with-sauce_23-2148776021.jpg",
|
||||
imageAlt: "Fresh crispy fish and chips",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fish-chips-chopping-board-with-sauce_23-2148776021.jpg", imageAlt: "Fresh crispy fish and chips"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-delicious-shrimps-with-tasty-crab-sticks-stone-surface_114579-57079.jpg",
|
||||
imageAlt: "Seafood platter fresh",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-cutlery-lemon-slices_23-2148784859.jpg",
|
||||
imageAlt: "Top view of fish and chips with cutlery and lemon slices",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fish-chips_23-2148776025.jpg",
|
||||
imageAlt: "Close-up of fish and chips",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-paper-cone-with-copy-space_23-2148776027.jpg",
|
||||
imageAlt: "Top view of fish and chips in paper cone with copy space",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-delicious-shrimps-with-tasty-crab-sticks-stone-surface_114579-57079.jpg", imageAlt: "Seafood platter fresh"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -108,29 +70,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fish & Chips",
|
||||
descriptions: [
|
||||
"Freshly battered cod, crispy golden chips.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet_1203-3719.jpg",
|
||||
},
|
||||
id: "f1", title: "Fish & Chips", descriptions: ["Freshly battered cod, crispy golden chips."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet_1203-3719.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Gourmet Burgers",
|
||||
descriptions: [
|
||||
"Juicy patties, fresh salad, toasted buns.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-bacon-cutlery_23-2148784479.jpg",
|
||||
},
|
||||
id: "f2", title: "Gourmet Burgers", descriptions: ["Juicy patties, fresh salad, toasted buns."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beef-burgers-with-bacon-cutlery_23-2148784479.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Seafood Packs",
|
||||
descriptions: [
|
||||
"Generous portions, perfect for families.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clipboard-with-prawn-dish-kitchen-table_23-2147835265.jpg",
|
||||
},
|
||||
id: "f3", title: "Seafood Packs", descriptions: ["Generous portions, perfect for families."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clipboard-with-prawn-dish-kitchen-table_23-2147835265.jpg"},
|
||||
]}
|
||||
title="Our Menu Staples"
|
||||
description="Everything you love about classic takeaway, perfected."
|
||||
@@ -145,59 +92,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Burgers",
|
||||
name: "Hamburger",
|
||||
price: "$8.50",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-different-meals-wooden-table_23-2148826842.jpg",
|
||||
},
|
||||
id: "p1", brand: "Burgers", name: "Hamburger", price: "$8.50", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-different-meals-wooden-table_23-2148826842.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Burgers",
|
||||
name: "Steak Burger",
|
||||
price: "$10.50",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-with-fries-hot-dog-basket_23-2148314218.jpg",
|
||||
},
|
||||
id: "p2", brand: "Burgers", name: "Steak Burger", price: "$10.50", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-with-fries-hot-dog-basket_23-2148314218.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Packs",
|
||||
name: "Family Pack",
|
||||
price: "$35.00",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-seafood-cans_23-2148643676.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Seafood",
|
||||
name: "Crumbed Cod",
|
||||
price: "$9.00",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/uncooked-chicken-wings-with-bread-crumbs-blue-plate_114579-58186.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Snacks",
|
||||
name: "Calamari Rings",
|
||||
price: "$6.00",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-french-fries-food-package-mock-up-wooden-background_23-2147904813.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Snacks",
|
||||
name: "Hot Chips",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-sushi-delivery-varieties-sushi-lunch-dinner_132075-14344.jpg",
|
||||
},
|
||||
id: "p3", brand: "Packs", name: "Family Pack", price: "$35.00", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-seafood-cans_23-2148643676.jpg"},
|
||||
]}
|
||||
title="Full Menu"
|
||||
description="Choose from our selection of fresh classics."
|
||||
@@ -211,34 +113,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "Fresh",
|
||||
title: "Ingredients",
|
||||
items: [
|
||||
"Cooked to order",
|
||||
"Sourced daily",
|
||||
"High quality",
|
||||
],
|
||||
id: "m1", value: "Fresh", title: "Ingredients", items: ["Cooked to order", "Sourced daily", "High quality"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Fast",
|
||||
title: "Service",
|
||||
items: [
|
||||
"Friendly staff",
|
||||
"Quick takeaway",
|
||||
"Easy ordering",
|
||||
],
|
||||
id: "m2", value: "Fast", title: "Service", items: ["Friendly staff", "Quick takeaway", "Easy ordering"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Family",
|
||||
title: "Friendly",
|
||||
items: [
|
||||
"Generous packs",
|
||||
"Affordable deals",
|
||||
"Kids menu options",
|
||||
],
|
||||
id: "m3", value: "Family", title: "Friendly", items: ["Generous packs", "Affordable deals", "Kids menu options"],
|
||||
},
|
||||
]}
|
||||
title="Why Choose K&K"
|
||||
@@ -252,45 +133,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Huge meal",
|
||||
quote: "Huge, delicious meal. Chips were crunchy, calamari rings were massive. We’ll be back.",
|
||||
name: "Sarah J.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-leisure_273609-44316.jpg",
|
||||
},
|
||||
id: "1", title: "Huge meal", quote: "Huge, delicious meal. Chips were crunchy, calamari rings were massive. We’ll be back.", name: "Sarah J.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/people-leisure_273609-44316.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Best fish and chips",
|
||||
quote: "Best fish and chips in Brisbane. Worth the drive.",
|
||||
name: "Michael C.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-friends-hugging-each-other_23-2148653457.jpg",
|
||||
},
|
||||
id: "2", title: "Best fish and chips", quote: "Best fish and chips in Brisbane. Worth the drive.", name: "Michael C.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-friends-hugging-each-other_23-2148653457.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Never disappoints",
|
||||
quote: "I drove 38 minutes to this shop and they never disappoint. Fresh, perfectly cooked fish.",
|
||||
name: "Emily R.",
|
||||
role: "Loyal Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Fresh and tasty",
|
||||
quote: "Enormous calamari, perfectly cooked fish. Only place we go.",
|
||||
name: "David K.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-traveling-using-sustainable-mobility_23-2149292768.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Super clean",
|
||||
quote: "Freshest, tastiest fish and chips ever. Super friendly service and very clean.",
|
||||
name: "Jessica M.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
},
|
||||
id: "3", title: "Never disappoints", quote: "I drove 38 minutes to this shop and they never disappoint. Fresh, perfectly cooked fish.", name: "Emily R.", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
|
||||
]}
|
||||
title="Local Love"
|
||||
description="See why our customers keep coming back."
|
||||
@@ -301,15 +148,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "K&K Seafood is a local favourite serving up fresh fish and chips, burgers, and seafood classics.",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-baker-working-with-dough_23-2150014868.jpg",
|
||||
alt: "Fresh kitchen",
|
||||
},
|
||||
{ type: "text", content: "K&K Seafood is a local favourite serving up fresh fish and chips, burgers, and seafood classics." },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-baker-working-with-dough_23-2150014868.jpg", alt: "Fresh kitchen" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -320,21 +160,10 @@ export default function LandingPage() {
|
||||
title="Get In Touch"
|
||||
description="Call us to order or visit the shop for the best seafood in Brisbane."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your feedback or query...",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Your feedback or query..." }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/location-symbol-with-landscape-background_23-2149906284.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -348,4 +177,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user