diff --git a/src/app/page.tsx b/src/app/page.tsx index facbdc5..f72c5f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; export default function LandingPage() { return ( @@ -29,13 +28,9 @@ export default function LandingPage() { @@ -44,108 +39,63 @@ export default function LandingPage() {
@@ -158,116 +108,29 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Te", - name: "Ube Cheesecake", - price: "", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=3", - }, + id: "1", brand: "Te", name: "Ube Cheesecake", price: "", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=3"}, { - id: "2", - brand: "Te", - name: "Pandesal (6pcs)", - price: "", - rating: 5, - reviewCount: "250", - imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=3", - }, + id: "2", brand: "Te", name: "Pandesal (6pcs)", price: "", rating: 5, + reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=3"}, { - id: "3", - brand: "Te", - name: "Ensaymada", - price: "", - rating: 5, - reviewCount: "180", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-badambura-eastern-sweetie-with-sweet-walnuts-inside-white-plate-sugar-powder-inside-white-plate-cookie-pastry-bakery_140725-15743.jpg?_wi=3", - }, + id: "3", brand: "Te", name: "Ensaymada", price: "", rating: 5, + reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/front-view-badambura-eastern-sweetie-with-sweet-walnuts-inside-white-plate-sugar-powder-inside-white-plate-cookie-pastry-bakery_140725-15743.jpg?_wi=3"}, { - id: "4", - brand: "Te", - name: "Leche Flan", - price: "", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-black-metallic-pan_114579-61913.jpg?_wi=3", - }, + id: "4", brand: "Te", name: "Leche Flan", price: "", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-black-metallic-pan_114579-61913.jpg?_wi=3"}, { - id: "5", - brand: "Te", - name: "Ube Cake", - price: "", - rating: 5, - reviewCount: "70", - imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=4", - }, + id: "5", brand: "Te", name: "Ube Cake", price: "", rating: 5, + reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=4"}, { - id: "6", - brand: "Te", - name: "Assorted Bread", - price: "₱100", - rating: 5, - reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=4", - }, + id: "6", brand: "Te", name: "Assorted Bread", price: "₱100", rating: 5, + reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=4"}, ]} title="Featured Favorites" description="Try our signature baked goods!" /> -
- -
-
@@ -324,25 +162,9 @@ export default function LandingPage() { description="Tips, news, and our favorite baking secrets." blogs={[ { - id: "1", - category: "Bakery News", - title: "The Art of Pandesal", - excerpt: "Learn how we keep our pandesal soft and airy every day.", - imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=6", - authorName: "Tess", - authorAvatar: "http://img.b2bpic.net/free-photo/happy-family-brunette-female-handsome-male-fleece-shirt-cute-little-girl-cooking-food-home-kitchen_613910-14639.jpg", - date: "Oct 20, 2024", - }, + id: "1", category: "Bakery News", title: "The Art of Pandesal", excerpt: "Learn how we keep our pandesal soft and airy every day.", imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=6", authorName: "Tess", authorAvatar: "http://img.b2bpic.net/free-photo/happy-family-brunette-female-handsome-male-fleece-shirt-cute-little-girl-cooking-food-home-kitchen_613910-14639.jpg", date: "Oct 20, 2024"}, { - id: "2", - category: "Tips", - title: "Perfect Ube Recipes", - excerpt: "Uncovering the secret to the best purple yam flavor.", - imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=6", - authorName: "Tess", - authorAvatar: "http://img.b2bpic.net/free-photo/happy-family-brunette-female-handsome-male-fleece-shirt-cute-little-girl-cooking-food-home-kitchen_613910-14639.jpg", - date: "Oct 15, 2024", - }, + id: "2", category: "Tips", title: "Perfect Ube Recipes", excerpt: "Uncovering the secret to the best purple yam flavor.", imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=6", authorName: "Tess", authorAvatar: "http://img.b2bpic.net/free-photo/happy-family-brunette-female-handsome-male-fleece-shirt-cute-little-girl-cooking-food-home-kitchen_613910-14639.jpg", date: "Oct 15, 2024"}, ]} /> @@ -351,29 +173,19 @@ export default function LandingPage() {