diff --git a/src/app/page.tsx b/src/app/page.tsx index d62e9a0..c3ba6b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -167,7 +167,6 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - gridVariant="uniform-all-items-equal" blogs={[ { id: "1", category: ["Dishes", "Signature"], @@ -180,7 +179,7 @@ export default function LandingPage() { title: "Premium Grill Selections", excerpt: "Expertly grilled meats, sausage, and fresh sides prepared with traditional Venezuelan seasoning.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-cooked-meat-with-cherry-tomatoes-inside-plate-with-seasonings-blue-background_140725-58306.jpg", imageAlt: "Grilled meat platter", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", date: "Featured"}, { id: "4", category: ["Ambiance", "Restaurant"], - title: "Warm & Welcoming Atmosphere", excerpt: "Step into our restaurant and experience authentic Venezuelan hospitality in a comfortable setting.", imageSrc: "http://img.b2bpic.net/free-photo/iskender-kebab-copper-serving-served-with-pickles-yogurt-ayran_141793-1905.jpg?_wi=2", imageAlt: "Restaurant dining area", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", date: "Featured"}, + title: "Warm & Welcoming Atmosphere", excerpt: "Step into our restaurant and experience authentic Venezuelan hospitality in a comfortable setting.", imageSrc: "http://img.b2bpic.net/free-photo/iskender-kebab-copper-serving-served-with-pickles-yogurt-ayran_141793-1905.jpg", imageAlt: "Restaurant dining area", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", date: "Featured"}, { id: "5", category: ["Beverages", "Tropical"], title: "Traditional Venezuelan Drinks", excerpt: "Refreshing tropical juices and authentic beverages made from fresh ingredients daily.", imageSrc: "http://img.b2bpic.net/free-photo/spicy-michelada-drink-assortment-table_23-2149027850.jpg", imageAlt: "Variety of traditional drinks", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", date: "Featured"},