diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4bbb1c1..1c91636 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextAbout from '@/components/sections/about/TextAbout'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -63,17 +52,9 @@ export default function LandingPage() { description="Crafted with precision, delivered with care." features={[ { - id: "f1", - title: "Premium Beans", - description: "Sourced from the finest local estates.", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-bag-table_23-2148180234.jpg", - }, + id: "f1", title: "Premium Beans", description: "Sourced from the finest local estates.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-bag-table_23-2148180234.jpg"}, { - id: "f2", - title: "Artisanal Roasts", - description: "Small batches for intense flavor.", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-composition-with-cotton-bag_23-2147671450.jpg", - }, + id: "f2", title: "Artisanal Roasts", description: "Small batches for intense flavor.", tag: "Craft", imageSrc: "http://img.b2bpic.net/free-photo/coffee-composition-with-cotton-bag_23-2147671450.jpg"}, ]} /> @@ -83,38 +64,20 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Home", - href: "/", - }, - { - label: "Menu", - href: "/menu", - }, + { label: "Home", href: "/" }, + { label: "Menu", href: "/menu" }, ], }, { items: [ - { - label: "About", - href: "/about", - }, - { - label: "Contact", - href: "/contact", - }, + { label: "About", href: "/about" }, + { label: "Contact", href: "/contact" }, ], }, { items: [ - { - label: "Instagram", - href: "#", - }, - { - label: "Twitter", - href: "#", - }, + { label: "Instagram", href: "#" }, + { label: "Twitter", href: "#" }, ], }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b64fb6a..28552ca 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -export default function LandingPage() { +export default function ContactPage() { return (
@@ -88,12 +71,7 @@ export default function LandingPage() { title="Visit Us Today" description="Find our storefront in the heart of Jubilee Hills." names={[ - "Map Direction", - "Parking Available", - "WiFi Enabled", - "Outdoor Seating", - "Pet Friendly", - ]} + "Map Direction", "Parking Available", "WiFi Enabled", "Outdoor Seating", "Pet Friendly"]} /> @@ -102,38 +80,20 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Home", - href: "/", - }, - { - label: "Menu", - href: "/menu", - }, + { label: "Home", href: "/" }, + { label: "Menu", href: "/menu" }, ], }, { items: [ - { - label: "About", - href: "/about", - }, - { - label: "Contact", - href: "/contact", - }, + { label: "About", href: "/about" }, + { label: "Contact", href: "/contact" }, ], }, { items: [ - { - label: "Instagram", - href: "#", - }, - { - label: "Twitter", - href: "#", - }, + { label: "Instagram", href: "#" }, + { label: "Twitter", href: "#" }, ], }, ]} diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 85e4df3..d54e998 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -6,7 +6,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -export default function LandingPage() { +export default function MenuPage() { return ( @@ -55,19 +44,11 @@ export default function LandingPage() { description="Our curated list of signature coffee beverages." products={[ { - id: "m1", - name: "Espresso", - price: "₹150", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/cafe-smooth-shot-nice-drink_1172-478.jpg", - }, + id: "m1", name: "Espresso", price: "₹150", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/cafe-smooth-shot-nice-drink_1172-478.jpg"}, { - id: "m2", - name: "Latte", - price: "₹220", - variant: "Smooth", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-latte-wood-table-coffee-shop-cafe_1150-12757.jpg", - }, + id: "m2", name: "Latte", price: "₹220", variant: "Smooth", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-latte-wood-table-coffee-shop-cafe_1150-12757.jpg"}, + { + id: "m3", name: "Cappuccino", price: "₹250", variant: "Frothy", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-coffee_1150-12757.jpg"} ]} /> @@ -77,38 +58,20 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Home", - href: "/", - }, - { - label: "Menu", - href: "/menu", - }, + { label: "Home", href: "/" }, + { label: "Menu", href: "/menu" }, ], }, { items: [ - { - label: "About", - href: "/about", - }, - { - label: "Contact", - href: "/contact", - }, + { label: "About", href: "/about" }, + { label: "Contact", href: "/contact" }, ], }, { items: [ - { - label: "Instagram", - href: "#", - }, - { - label: "Twitter", - href: "#", - }, + { label: "Instagram", href: "#" }, + { label: "Twitter", href: "#" }, ], }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 0183bac..cf26593 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,24 +28,13 @@ export default function LandingPage() { @@ -54,14 +43,8 @@ export default function LandingPage() { logoText="Baciami" description="Where Every Cup Feels Like a Moment. Experience authentic specialty coffee in the heart of Hyderabad." buttons={[ - { - text: "Visit Us", - href: "/contact", - }, - { - text: "View Menu", - href: "/menu", - }, + { text: "Visit Us", href: "/contact" }, + { text: "View Menu", href: "/menu" }, ]} imageSrc="http://img.b2bpic.net/free-photo/trendy-coffee-shop-city_53876-30213.jpg" /> @@ -84,59 +67,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Coffee", - name: "Signature Flat White", - price: "₹280", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg", - }, + id: "1", brand: "Coffee", name: "Signature Flat White", price: "₹280", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg"}, { - id: "2", - brand: "Cold Brew", - name: "Nitro Cold Brew", - price: "₹320", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/milky-shake-with-chocolate-syrup-cinnamon_114579-4417.jpg", - }, + id: "2", brand: "Cold Brew", name: "Nitro Cold Brew", price: "₹320", rating: 5, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/milky-shake-with-chocolate-syrup-cinnamon_114579-4417.jpg"}, { - id: "3", - brand: "Pastry", - name: "Almond Croissant", - price: "₹220", - rating: 4, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-french-croissant-with-decorative-leaves-grey-wooden-board_114579-59280.jpg", - }, + id: "3", brand: "Pastry", name: "Almond Croissant", price: "₹220", rating: 4, + reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-french-croissant-with-decorative-leaves-grey-wooden-board_114579-59280.jpg"}, { - id: "4", - brand: "Dessert", - name: "Chocolate Truffle Cake", - price: "₹250", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg", - }, + id: "4", brand: "Dessert", name: "Chocolate Truffle Cake", price: "₹250", rating: 5, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg"}, { - id: "5", - brand: "Beans", - name: "Speciality Roast Blend", - price: "₹800", - rating: 5, - reviewCount: "90", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-composition-with-bag-moka-pot_23-2147671453.jpg", - }, + id: "5", brand: "Beans", name: "Speciality Roast Blend", price: "₹800", rating: 5, + reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/coffee-composition-with-bag-moka-pot_23-2147671453.jpg"}, { - id: "6", - brand: "Alternative", - name: "Iced Matcha Latte", - price: "₹300", - rating: 4, - reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-iced-green-tea_1388-601.jpg", - }, + id: "6", brand: "Alternative", name: "Iced Matcha Latte", price: "₹300", rating: 4, + reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-iced-green-tea_1388-601.jpg"}, ]} title="Signature Selections" description="Hand-crafted blends and gourmet treats designed to delight your senses." @@ -145,49 +92,25 @@ export default function LandingPage() {
@@ -216,38 +134,20 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Home", - href: "/", - }, - { - label: "Menu", - href: "/menu", - }, + { label: "Home", href: "/" }, + { label: "Menu", href: "/menu" }, ], }, { items: [ - { - label: "About", - href: "/about", - }, - { - label: "Contact", - href: "/contact", - }, + { label: "About", href: "/about" }, + { label: "Contact", href: "/contact" }, ], }, { items: [ - { - label: "Instagram", - href: "#", - }, - { - label: "Twitter", - href: "#", - }, + { label: "Instagram", href: "#" }, + { label: "Twitter", href: "#" }, ], }, ]}