diff --git a/src/app/page.tsx b/src/app/page.tsx index 6198159..5952ff9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -22,24 +21,15 @@ export default function LandingPage() { cardStyle="outline" primaryButtonStyle="gradient" secondaryButtonStyle="solid" - headingFontWeight="light" + headingFontWeight="bold" > @@ -130,136 +54,32 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "1", - name: "Masala Tea", - price: "$2.50", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/green-tea-table_140725-8586.jpg?_wi=2", - }, - { - id: "2", - name: "Butter Bun", - price: "$1.50", - variant: "Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-bun-wooden-background_23-2148258654.jpg?_wi=2", - }, - { - id: "3", - name: "Strawberry Shake", - price: "$4.00", - variant: "Cold", - imageSrc: "http://img.b2bpic.net/free-photo/berry-milkshake-with-cream-berries-milk_140725-10866.jpg?_wi=2", - }, - { - id: "4", - name: "Oreo Shake", - price: "$4.50", - variant: "Cold", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-with-cookies-cream_140725-4114.jpg?_wi=2", - }, - { - id: "5", - name: "Cold Brew", - price: "$3.50", - variant: "Iced", - imageSrc: "http://img.b2bpic.net/free-photo/glass-dark-beer-marble-table-high-quality-photo_114579-67293.jpg", - }, - { - id: "6", - name: "Latte", - price: "$3.00", - variant: "Hot", - imageSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9959.jpg", - }, - ]} - title="Cafe Menu" - description="Discover our signature teas, freshly baked buns, and indulgent shakes." - /> - - -
- -
- -
-
); -} +} \ No newline at end of file