diff --git a/src/app/page.tsx b/src/app/page.tsx index 756021a..7c4bef9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -28,132 +27,51 @@ export default function LandingPage() {
@@ -165,48 +83,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "Sancocho Soup", - price: "Classic", - variant: "Hearty classic", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-29004.jpg?_wi=3", - }, - { - id: "2", - name: "Empanadas", - price: "Crispy", - variant: "Golden pastry", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg?_wi=3", - }, - { - id: "3", - name: "Pork Grill", - price: "Savory", - variant: "Juicy seasoned", - imageSrc: "http://img.b2bpic.net/free-photo/pork-steak-with-sausage_1339-5832.jpg?_wi=3", - }, - { - id: "4", - name: "Steak Tacos", - price: "Signature", - variant: "Customer favorite", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg?_wi=3", - }, - { - id: "5", - name: "Arepas", - price: "Traditional", - variant: "Freshly baked", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table-still-life_23-2150751952.jpg?_wi=2", - }, - { - id: "6", - name: "Platano maduro", - price: "Sweet", - variant: "Sweet fried plantain", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-greens-potatoes-dark-desk_140725-76926.jpg?_wi=2", - }, + { id: "1", name: "Sancocho Soup", price: "Classic", variant: "Hearty classic", imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-29004.jpg" }, + { id: "2", name: "Empanadas", price: "Crispy", variant: "Golden pastry", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg" }, + { id: "3", name: "Pork Grill", price: "Savory", variant: "Juicy seasoned", imageSrc: "http://img.b2bpic.net/free-photo/pork-steak-with-sausage_1339-5832.jpg" }, + { id: "4", name: "Steak Tacos", price: "Signature", variant: "Customer favorite", imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg" }, + { id: "5", name: "Arepas", price: "Traditional", variant: "Freshly baked", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table-still-life_23-2150751952.jpg" }, + { id: "6", name: "Platano maduro", price: "Sweet", variant: "Sweet fried plantain", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-greens-potatoes-dark-desk_140725-76926.jpg" }, ]} title="Customer Favorites" description="Rich, homemade classics that capture the true soul of Venezuela." @@ -218,85 +100,21 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", - title: "Amazing Food", - quote: "Food is amazing, place is really clean, staff is friendly, prices are good.", - name: "Maria G.", - role: "Foodie", - imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-talking-female-customer-writing-her-order-digital-tablet-bar_637285-2301.jpg", - }, - { - id: "2", - title: "Best Meal", - quote: "Some of the best homemade meals I’ve ever had!", - name: "Carlos R.", - role: "Regular", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg", - }, - { - id: "3", - title: "Incredible Tacos", - quote: "Steak tacos were incredible.", - name: "Sarah J.", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg", - }, - { - id: "4", - title: "Authentic", - quote: "Tastes just like my grandmother's cooking.", - name: "Jose M.", - role: "Visitor", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg", - }, - { - id: "5", - title: "Highly Recommend", - quote: "Will definitely be coming back for more.", - name: "Elena P.", - role: "Local", - imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg", - }, + { id: "1", title: "Amazing Food", quote: "Food is amazing, place is really clean, staff is friendly, prices are good.", name: "Maria G.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-talking-female-customer-writing-her-order-digital-tablet-bar_637285-2301.jpg" }, + { id: "2", title: "Best Meal", quote: "Some of the best homemade meals I’ve ever had!", name: "Carlos R.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg" }, + { id: "3", title: "Incredible Tacos", quote: "Steak tacos were incredible.", name: "Sarah J.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg" }, + { id: "4", title: "Authentic", quote: "Tastes just like my grandmother's cooking.", name: "Jose M.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg" }, + { id: "5", title: "Highly Recommend", quote: "Will definitely be coming back for more.", name: "Elena P.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg" }, ]} title="What People Are Saying" description="Our customers are our greatest critics and biggest fans." /> - -