Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-05 15:11:11 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Kaiser"
/>
@@ -55,20 +43,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="A Legacy of Taste Since 1953"
description="Experience the timeless flavors of Karachi at Kaiser Restaurant. Where tradition meets luxury in every bite."
buttons={[
{
text: "View Our Menu",
href: "#menu",
},
{
text: "Reserve a Table",
href: "#contact",
},
{ text: "View Our Menu", href: "#menu" },
{ text: "Reserve a Table", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/twigs-leaves-near-lamp-cutlery_23-2147811213.jpg"
imageAlt="Kaiser Restaurant Luxury Dining"
@@ -79,15 +59,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Seventy Years of Excellence",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/ornate-windows-art-nouveau-style-with-stained-glass_23-2150975601.jpg",
alt: "Kaiser Heritage",
},
{ type: "text", content: "Seventy Years of Excellence" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/ornate-windows-art-nouveau-style-with-stained-glass_23-2150975601.jpg", alt: "Kaiser Heritage" },
]}
/>
</div>
@@ -98,21 +71,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
icon: Shield,
title: "Premium Ingredients",
description: "Hand-selected meats and spices ensuring authentic flavor.",
},
{
icon: Zap,
title: "Legacy Service",
description: "Over 70 years of perfected hospitality and care.",
},
{
icon: Clock,
title: "Convenient Dining",
description: "Dine-in, delivery, and drive-through options available.",
},
{ icon: Shield, title: "Premium Ingredients", description: "Hand-selected meats and spices ensuring authentic flavor." },
{ icon: Zap, title: "Legacy Service", description: "Over 70 years of perfected hospitality and care." },
{ icon: Clock, title: "Convenient Dining", description: "Dine-in, delivery, and drive-through options available." },
]}
title="The Kaiser Difference"
description="Excellence defined by quality, heritage, and service."
@@ -124,49 +85,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={true}
animationType="slide-up"
products={[
{
id: "1",
name: "Mutton Leg Roast",
price: "Rs. 2,000",
variant: "Signature",
imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-7816.jpg",
},
{
id: "2",
name: "Mutton Karahi",
price: "Rs. 1,500",
variant: "Authentic",
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-chicken-chicken-with-herbs-onion-lavash-sauce-bottle-oil_140725-72547.jpg",
},
{
id: "3",
name: "Special Biryani",
price: "Rs. 1,000",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/rice-with-vegetables-chicken-nuggets-batter_140725-5679.jpg",
},
{
id: "4",
name: "Roast Platter",
price: "Rs. 1,800",
variant: "Chef Selection",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-plate-with-blackberries-cranberries-textured-table-horizontal_176474-8459.jpg",
},
{
id: "5",
name: "Traditional Appetizer",
price: "Rs. 800",
variant: "Snack",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-rolls-rolled-with-vegetables-inside-pan-with-greens-seasonings-dark-desk-meat-dinner-food-vegetable-meal_140725-40336.jpg",
},
{
id: "6",
name: "House Dessert",
price: "Rs. 500",
variant: "Sweet",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-volcano-with-black-coffee_140725-8222.jpg",
},
{ id: "1", name: "Mutton Leg Roast", price: "Rs. 2,000", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-7816.jpg" },
{ id: "2", name: "Mutton Karahi", price: "Rs. 1,500", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-chicken-chicken-with-herbs-onion-lavash-sauce-bottle-oil_140725-72547.jpg" },
{ id: "3", name: "Special Biryani", price: "Rs. 1,000", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/rice-with-vegetables-chicken-nuggets-batter_140725-5679.jpg" },
{ id: "4", name: "Roast Platter", price: "Rs. 1,800", variant: "Chef Selection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-plate-with-blackberries-cranberries-textured-table-horizontal_176474-8459.jpg" },
{ id: "5", name: "Traditional Appetizer", price: "Rs. 800", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-rolls-rolled-with-vegetables-inside-pan-with-greens-seasonings-dark-desk-meat-dinner-food-vegetable-meal_140725-40336.jpg" },
{ id: "6", name: "House Dessert", price: "Rs. 500", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-volcano-with-black-coffee_140725-8222.jpg" },
]}
title="Signature Flavors"
description="Discover our culinary heritage with these iconic dishes."
@@ -179,27 +105,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "70+",
title: "Years of Tradition",
description: "Serving since 1953",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-meat-concept-with-copy-space_23-2148738948.jpg",
},
{
id: "m2",
value: "1M+",
title: "Happy Diners",
description: "Generations of smiles",
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grilled-salmon-served-with-rice-lula-kebab-lice-tomatoes-wine_140725-4140.jpg",
},
{
id: "m3",
value: "4.0",
title: "Review Score",
description: "Rated by loyal patrons",
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-delicious-gourmet-meal_23-2148516923.jpg",
},
{ id: "m1", value: "70+", title: "Years of Tradition", description: "Serving since 1953", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-meat-concept-with-copy-space_23-2148738948.jpg" },
{ id: "m2", value: "1M+", title: "Happy Diners", description: "Generations of smiles", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grilled-salmon-served-with-rice-lula-kebab-lice-tomatoes-wine_140725-4140.jpg" },
{ id: "m3", value: "4.0", title: "Review Score", description: "Rated by loyal patrons", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-delicious-gourmet-meal_23-2148516923.jpg" },
]}
title="By the Numbers"
description="A legacy built on millions of happy customers."
@@ -210,42 +118,13 @@ export default function LandingPage() {
<TestimonialCardSix
textboxLayout="split"
useInvertedBackground={true}
animationType="slide-up"
testimonials={[
{
id: "t1",
name: "Abdullah Nawab",
handle: "@abdullah",
testimonial: "A true hidden gem since 1953!",
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
},
{
id: "t2",
name: "Muhammad Khudai",
handle: "@muhammadk",
testimonial: "Brought back so many memories. Taste is still the same.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-owner-working_23-2148366612.jpg",
},
{
id: "t3",
name: "Muhammad Alam",
handle: "@alam",
testimonial: "Specially went there for mutton leg roast. It didn't disappoint.",
imageSrc: "http://img.b2bpic.net/free-photo/elderly-male-dining-out-with-his-friends-restaurant_181624-39580.jpg",
},
{
id: "t4",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "Authentic taste that you can't find anywhere else.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-feeding-his-girlfriend-while-having-lunch-with-friends-home_637285-3195.jpg",
},
{
id: "t5",
name: "David K.",
handle: "@davidk",
testimonial: "The best mutton lovers destination in Karachi.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
},
{ id: "t1", name: "Abdullah Nawab", handle: "@abdullah", testimonial: "A true hidden gem since 1953!", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg" },
{ id: "t2", name: "Muhammad Khudai", handle: "@muhammadk", testimonial: "Brought back so many memories. Taste is still the same.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-owner-working_23-2148366612.jpg" },
{ id: "t3", name: "Muhammad Alam", handle: "@alam", testimonial: "Specially went there for mutton leg roast. It didn't disappoint.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-male-dining-out-with-his-friends-restaurant_181624-39580.jpg" },
{ id: "t4", name: "Sarah J.", handle: "@sarahj", testimonial: "Authentic taste that you can't find anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-feeding-his-girlfriend-while-having-lunch-with-friends-home_637285-3195.jpg" },
{ id: "t5", name: "David K.", handle: "@davidk", testimonial: "The best mutton lovers destination in Karachi.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg" },
]}
title="Voices of Kaiser"
description="What our guests say about our journey."
@@ -257,14 +136,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
"FoodPanda",
"Facebook",
"Google Maps",
"Karachi Eat",
"Dawn Food",
"The News",
"Daily Times",
]}
"FoodPanda", "Facebook", "Google Maps", "Karachi Eat", "Dawn Food", "The News", "Daily Times"]}
title="Trusted by Karachiites"
description="Featured and recognized by leading platforms."
/>
@@ -276,16 +148,8 @@ export default function LandingPage() {
title="Visit Us Today"
description="Located in Saddar, Near Lighthouse, Karachi. We await your arrival."
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" },
]}
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg"
/>
@@ -294,30 +158,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Our Menu",
href: "#menu",
},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ items: [{ label: "About Us", href: "#about" }, { label: "Our Menu", href: "#menu" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }] },
]}
logoText="Kaiser Restaurant"
/>
@@ -325,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}