Update src/app/page.tsx
This commit is contained in:
227
src/app/page.tsx
227
src/app/page.tsx
@@ -30,70 +30,29 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "story",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Our Story", id: "story" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Visit Us", id: "contact" },
|
||||
]}
|
||||
brandName="CHËF KEBAP"
|
||||
button={{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Find Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="CHËF KEBAP"
|
||||
description="Where tradition meets fire. 100% Halal certified, homemade bread baked fresh daily, and crafted with heart in the heart of Pierrefitte-sur-Seine."
|
||||
tag="100% Halal Certified · Homemade Bread"
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover the Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Discover the Menu", href: "#menu" },
|
||||
{ text: "Get Directions", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kebab-set-table_140725-8606.jpg",
|
||||
imageAlt: "Authentic Gourmet Kebap",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barbecue-grill-close-up-professionally-cooking-food-open-fire-cast-iron-grate_1321-483.jpg",
|
||||
imageAlt: "Traditional Charcoal Grill",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-with-yogurt-parsley-salad-white-plate_176474-3292.jpg?_wi=1",
|
||||
imageAlt: "Gourmet Kebab Presentation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg?_wi=1",
|
||||
imageAlt: "Fresh Turkish Platter",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131343.jpg?_wi=1",
|
||||
imageAlt: "Artisan Kebab Wrap",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/kebab-set-table_140725-8606.jpg", imageAlt: "Authentic Gourmet Kebap" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barbecue-grill-close-up-professionally-cooking-food-open-fire-cast-iron-grate_1321-483.jpg", imageAlt: "Traditional Charcoal Grill" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -106,21 +65,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Story"
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "100% Halal Certified",
|
||||
value: "✓",
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Homemade Bread",
|
||||
value: "Daily",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Ranked #1",
|
||||
value: "Local",
|
||||
},
|
||||
{ icon: Flame, label: "100% Halal Certified", value: "✓" },
|
||||
{ icon: Flame, label: "Homemade Bread", value: "Daily" },
|
||||
{ icon: Award, label: "Ranked #1", value: "Local" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -133,42 +80,9 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chef's Special",
|
||||
price: "18€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-with-yogurt-parsley-salad-white-plate_176474-3292.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Kebap Classique",
|
||||
price: "9€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Assiette Complète",
|
||||
price: "14€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131343.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sandwich Grec",
|
||||
price: "8€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2149882892.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Menu Famille",
|
||||
price: "45€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-meat-balls-cooked-egg-with-spinach_140725-8662.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Boissons & Extras",
|
||||
price: "2€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-kombucha-with-fruits_501050-544.jpg",
|
||||
},
|
||||
{ id: "1", name: "Chef's Special", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-with-yogurt-parsley-salad-white-plate_176474-3292.jpg" },
|
||||
{ id: "2", name: "Kebap Classique", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/cheese-vegetables-plate-top-view_140725-9446.jpg" },
|
||||
{ id: "3", name: "Assiette Complète", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131343.jpg" }
|
||||
]}
|
||||
title="Our Culinary Craft"
|
||||
description="Discover our signature dishes, crafted with tradition and passion."
|
||||
@@ -181,30 +95,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "s1",
|
||||
icon: Award,
|
||||
title: "Pierrefitte Ranking",
|
||||
value: "#1",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
icon: Star,
|
||||
title: "Google Rating",
|
||||
value: "5.0★",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
icon: Utensils,
|
||||
title: "Halal Certified",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
icon: Smile,
|
||||
title: "Return Rate",
|
||||
value: "High",
|
||||
},
|
||||
{ id: "s1", icon: Award, title: "Pierrefitte Ranking", value: "#1" },
|
||||
{ id: "s2", icon: Star, title: "Google Rating", value: "5.0★" },
|
||||
{ id: "s3", icon: Utensils, title: "Halal Certified", value: "100%" },
|
||||
{ id: "s4", icon: Smile, title: "Return Rate", value: "High" },
|
||||
]}
|
||||
title="The CHËF KEBAP Standard"
|
||||
description="Excellence in every bite, consistently rated by our local family."
|
||||
@@ -215,31 +109,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Pierre D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selfie-cheerful-caucasian-fair-haired-woman-standing-near-rack-with-dresses-fashion-shop-looking-camera-smiling-boutique-customer-shop-assistant-concept_74855-11952.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Julie K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-barber-wearing-uniform-glasses-showing-credit-card-looking-camera-showing-ok-sign-isolated-blue-background_141793-138027.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Marc F.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg",
|
||||
},
|
||||
{ id: "1", name: "Pierre D.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg" },
|
||||
{ id: "2", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/selfie-cheerful-caucasian-fair-haired-woman-standing-near-rack-with-dresses-fashion-shop-looking-camera-smiling-boutique-customer-shop-assistant-concept_74855-11952.jpg" },
|
||||
{ id: "3", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg" },
|
||||
{ id: "4", name: "Julie K.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-barber-wearing-uniform-glasses-showing-credit-card-looking-camera-showing-ok-sign-isolated-blue-background_141793-138027.jpg" },
|
||||
{ id: "5", name: "Marc F.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg" },
|
||||
]}
|
||||
cardTitle="Loved by Locals"
|
||||
cardTag="5.0 ★★★★★ on Google"
|
||||
@@ -253,21 +127,10 @@ export default function LandingPage() {
|
||||
title="Visit Us"
|
||||
description="Pierrefitte-sur-Seine, Île-de-France. We look forward to welcoming you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Ask us anything or book a table",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Ask us anything or book a table" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/milky-shake-with-strawberry-syrup-glass_114579-3296.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -276,38 +139,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#story",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Legal Notice",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Our Story", href: "#story" }, { label: "Menu", href: "#menu" }, { label: "Reviews", href: "#reviews" }] },
|
||||
{ items: [{ label: "Contact Us", href: "#contact" }, { label: "Privacy Policy", href: "#" }, { label: "Legal Notice", href: "#" }] },
|
||||
]}
|
||||
logoText="CHËF KEBAP"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user