diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 573392f..0d3260b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -55,9 +41,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Story" description={[ - "At Java Cafe, we are dedicated to bringing the finest beans from around the world to your cup.", - "Our passion for coffee started small, and today we continue to grow alongside our wonderful community.", - ]} + "At Java Cafe, we are dedicated to bringing the finest beans from around the world to your cup.", "Our passion for coffee started small, and today we continue to grow alongside our wonderful community."]} /> @@ -70,12 +54,7 @@ export default function LandingPage() { title="Our Baristas" description="The heart of Java Cafe." members={[ - { - id: "1", - name: "Anna", - role: "Head Barista", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-guitar_23-2151169639.jpg?_wi=3", - }, + { id: "1", name: "Anna", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-guitar_23-2151169639.jpg" }, ]} /> @@ -83,30 +62,8 @@ export default function LandingPage() {
@@ -75,40 +54,15 @@ export default function LandingPage() { title="Proudly Serving" description="Partnering with the best suppliers." names={[ - "Local Roasters", - "Organic Dairy", - "Fair Trade Coop", - ]} + "Local Roasters", "Organic Dairy", "Fair Trade Coop"]} /> @@ -58,42 +44,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", - name: "Espresso", - price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=1", - }, - { - id: "2", - name: "Cappuccino", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=2", - }, - { - id: "3", - name: "Latte", - price: "$4.75", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=3", - }, - { - id: "4", - name: "Mocha", - price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=4", - }, - { - id: "5", - name: "Croissant", - price: "$3.00", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=5", - }, - { - id: "6", - name: "Cheesecake", - price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=6", - }, + { id: "1", name: "Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg" }, + { id: "2", name: "Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg" }, + { id: "3", name: "Latte", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg" }, + { id: "4", name: "Mocha", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg" }, + { id: "5", name: "Croissant", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg" }, + { id: "6", name: "Cheesecake", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg" }, ]} title="Our Menu" description="Premium coffee, specialty drinks, and artisanal desserts." @@ -102,13 +58,7 @@ export default function LandingPage() {
@@ -121,16 +71,8 @@ export default function LandingPage() { title="Menu Highlights" description="Our top picks." metrics={[ - { - id: "1", - value: "50+", - description: "Drinks", - }, - { - id: "2", - value: "20+", - description: "Pastries", - }, + { id: "1", value: "50+", description: "Drinks" }, + { id: "2", value: "20+", description: "Pastries" }, ]} /> @@ -138,30 +80,8 @@ export default function LandingPage() {
@@ -77,15 +56,7 @@ export default function LandingPage() { title="Popular Orders" description="What our customers are grabbing today." products={[ - { - id: "1", - brand: "Java", - name: "Cold Brew", - price: "$4.00", - rating: 4, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg?_wi=8", - }, + { id: "1", brand: "Java", name: "Cold Brew", price: "$4.00", rating: 4, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-31309.jpg" }, ]} /> @@ -93,30 +64,8 @@ export default function LandingPage() { @@ -142,26 +79,10 @@ export default function LandingPage() { title="By The Numbers" description="Our cafe in summary." metrics={[ - { - id: "1", - value: "500+", - description: "Cups served daily", - }, - { - id: "2", - value: "12", - description: "Global bean origins", - }, - { - id: "3", - value: "10", - description: "Years of experience", - }, - { - id: "4", - value: "100%", - description: "Ethically sourced", - }, + { id: "1", value: "500+", description: "Cups served daily" }, + { id: "2", value: "12", description: "Global bean origins" }, + { id: "3", value: "10", description: "Years of experience" }, + { id: "4", value: "100%", description: "Ethically sourced" }, ]} /> @@ -174,16 +95,8 @@ export default function LandingPage() { description="Got questions? We've got answers." faqsAnimation="slide-up" faqs={[ - { - id: "1", - title: "Do you offer vegan milk?", - content: "Yes, we offer almond, soy, and oat milk.", - }, - { - id: "2", - title: "Can I reserve a table?", - content: "Yes, please call us to book your spot.", - }, + { id: "1", title: "Do you offer vegan milk?", content: "Yes, we offer almond, soy, and oat milk." }, + { id: "2", title: "Can I reserve a table?", content: "Yes, please call us to book your spot." }, ]} /> @@ -196,20 +109,8 @@ export default function LandingPage() { title="Community Love" description="Hear what our regulars have to say." testimonials={[ - { - id: "1", - name: "Alice W.", - handle: "@alice", - testimonial: "Best latte in town!", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-guitar_23-2151169639.jpg?_wi=1", - }, - { - id: "2", - name: "Bob B.", - handle: "@bob", - testimonial: "Great atmosphere for working.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-guitar_23-2151169639.jpg?_wi=2", - }, + { id: "1", name: "Alice W.", handle: "@alice", testimonial: "Best latte in town!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-guitar_23-2151169639.jpg" }, + { id: "2", name: "Bob B.", handle: "@bob", testimonial: "Great atmosphere for working.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-guitar_23-2151169639.jpg" }, ]} /> @@ -217,30 +118,8 @@ export default function LandingPage() {