Merge version_1 into main #1
135
src/app/page.tsx
135
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
]}
|
||||
brandName="Ethereal Coffee"
|
||||
/>
|
||||
@@ -57,25 +49,15 @@ export default function LandingPage() {
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30213.jpg",
|
||||
alt: "A trendy coffee shop in the city",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30213.jpg", alt: "A trendy coffee shop in the city"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-cup-with-delicious-coffee-table_23-2149703757.jpg",
|
||||
alt: "High angle cup with delicious coffee on table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-cup-with-delicious-coffee-table_23-2149703757.jpg", alt: "High angle cup with delicious coffee on table"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg",
|
||||
alt: "Barista at work in a coffee shop",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2329.jpg", alt: "Barista at work in a coffee shop"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-making-items-indoors_23-2148865609.jpg",
|
||||
alt: "Coffee making items indoors",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-making-items-indoors_23-2148865609.jpg", alt: "Coffee making items indoors"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg",
|
||||
alt: "abstract blur in coffee shop",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg", alt: "abstract blur in coffee shop"},
|
||||
]}
|
||||
avatarText="Join our community of coffee lovers"
|
||||
/>
|
||||
@@ -98,47 +80,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Signature Latte",
|
||||
price: "Rs. 750",
|
||||
variant: "Hot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mug-cloth-stump_23-2147885992.jpg",
|
||||
},
|
||||
id: "1", name: "Signature Latte", price: "Rs. 750", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/mug-cloth-stump_23-2147885992.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Iced Cold Brew",
|
||||
price: "Rs. 850",
|
||||
variant: "Cold",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-woman-with-bubble-tea_23-2150315104.jpg",
|
||||
},
|
||||
id: "2", name: "Iced Cold Brew", price: "Rs. 850", variant: "Cold", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-woman-with-bubble-tea_23-2150315104.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Butter Croissant",
|
||||
price: "Rs. 450",
|
||||
variant: "Pastry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-cooling-rack-vertical-shot-closeup-selective-focus-croissant-pastry-fresh-french-breakfast_166373-2612.jpg",
|
||||
},
|
||||
id: "3", name: "Butter Croissant", price: "Rs. 450", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-cooling-rack-vertical-shot-closeup-selective-focus-croissant-pastry-fresh-french-breakfast_166373-2612.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cappuccino",
|
||||
price: "Rs. 700",
|
||||
variant: "Hot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7837.jpg",
|
||||
},
|
||||
id: "4", name: "Cappuccino", price: "Rs. 700", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7837.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Dark Chocolate Muffin",
|
||||
price: "Rs. 500",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-pink-stick-candies-cake-blue-cake-sweet-biscuit-coffee-drink_140725-33962.jpg",
|
||||
},
|
||||
id: "5", name: "Dark Chocolate Muffin", price: "Rs. 500", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-pink-stick-candies-cake-blue-cake-sweet-biscuit-coffee-drink_140725-33962.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Double Espresso",
|
||||
price: "Rs. 400",
|
||||
variant: "Hot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-coffee-cups-white-table_23-2148267816.jpg",
|
||||
},
|
||||
id: "6", name: "Double Espresso", price: "Rs. 400", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-coffee-cups-white-table_23-2148267816.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="From single-origin pours to decadent pastries, indulge in our curated selection of flavors."
|
||||
@@ -147,44 +99,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Zara Khan",
|
||||
role: "Designer",
|
||||
testimonial: "The best aesthetic in town. Coffee is top-notch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-european-blond-curlyhaired-female-entrepreneur-sit-cafe-window-bar-use-laptop-drinking-coffee-take-break-working-freelance-prepare-university-project-digital-nomad-concept_197531-30642.jpg",
|
||||
},
|
||||
id: "1", name: "Zara Khan", role: "Designer", testimonial: "The best aesthetic in town. Coffee is top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/charming-european-blond-curlyhaired-female-entrepreneur-sit-cafe-window-bar-use-laptop-drinking-coffee-take-break-working-freelance-prepare-university-project-digital-nomad-concept_197531-30642.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Omar Farooq",
|
||||
role: "Architect",
|
||||
testimonial: "Truly a sanctuary from the bustle of the city.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-shirt-jeans-holding-cup-while-putting-hand-head-looking-optimistic-front-view_176474-84568.jpg",
|
||||
},
|
||||
id: "2", name: "Omar Farooq", role: "Architect", testimonial: "Truly a sanctuary from the bustle of the city.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-shirt-jeans-holding-cup-while-putting-hand-head-looking-optimistic-front-view_176474-84568.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hina Shah",
|
||||
role: "Photographer",
|
||||
testimonial: "Incredible beans, perfect lighting, and wonderful vibes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-his-partner-drinking-coffee-restaurant_23-2147876669.jpg",
|
||||
},
|
||||
id: "3", name: "Hina Shah", role: "Photographer", testimonial: "Incredible beans, perfect lighting, and wonderful vibes.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-his-partner-drinking-coffee-restaurant_23-2147876669.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bilal Ahmed",
|
||||
role: "Student",
|
||||
testimonial: "My favorite study spot, hands down.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-woman-white-blouse-tweed-checkered-coat-sits-cafe-attractive-girl-looks-shocked-restaurant_197531-30021.jpg",
|
||||
},
|
||||
id: "4", name: "Bilal Ahmed", role: "Student", testimonial: "My favorite study spot, hands down.", imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-woman-white-blouse-tweed-checkered-coat-sits-cafe-attractive-girl-looks-shocked-restaurant_197531-30021.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sana Qadri",
|
||||
role: "Creative",
|
||||
testimonial: "The croissants are genuinely life-changing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-coffee-their-room-vacation_23-2149369737.jpg",
|
||||
},
|
||||
id: "5", name: "Sana Qadri", role: "Creative", testimonial: "The croissants are genuinely life-changing.", imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-coffee-their-room-vacation_23-2149369737.jpg"},
|
||||
]}
|
||||
title="Loved by Islamabad"
|
||||
description="Hear what our regulars say about their Ethereal experience."
|
||||
@@ -195,8 +123,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Connect"
|
||||
title="Visit or Reach Out"
|
||||
description="Have questions or want to collaborate? Send us a message or visit our shop in the heart of the city."
|
||||
@@ -213,25 +140,17 @@ export default function LandingPage() {
|
||||
logoText="Ethereal Coffee"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "Islamabad, Pakistan",
|
||||
href: "#",
|
||||
},
|
||||
label: "Islamabad, Pakistan", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow",
|
||||
items: [
|
||||
title: "Follow", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user