Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -79,13 +79,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "FoodFast Original", name: "Classic Cheeseburger", price: "$8.99", rating: 5,
|
||||
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-tomatoes-with-eggplants-dark-surface-dinner-salad-ripe-grow-meal-photo-food-colors_179666-19770.jpg", imageAlt: "Classic cheeseburger"},
|
||||
reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-tomatoes-with-eggplants-dark-surface-dinner-salad-ripe-grow-meal-photo-food-colors_179666-19770.jpg?_wi=1", imageAlt: "Classic cheeseburger"},
|
||||
{
|
||||
id: "2", brand: "FoodFast Original", name: "Margherita Pizza", price: "$12.99", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-surprised-expression_1194-3518.jpg", imageAlt: "Fresh Margherita pizza"},
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-surprised-expression_1194-3518.jpg?_wi=1", imageAlt: "Fresh Margherita pizza"},
|
||||
{
|
||||
id: "3", brand: "FoodFast Original", name: "Carbonara Pasta", price: "$10.99", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-with-mixed-foods_114579-3271.jpg", imageAlt: "Creamy carbonara pasta"},
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-with-mixed-foods_114579-3271.jpg?_wi=1", imageAlt: "Creamy carbonara pasta"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -100,16 +100,16 @@ export default function LandingPage() {
|
||||
description="Experience the perfect blend of quality, speed, and variety in every delivery"
|
||||
features={[
|
||||
{
|
||||
title: "Premium Quality", description: "Fresh ingredients prepared with care by our expert chefs", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-tomatoes-with-eggplants-dark-surface-dinner-salad-ripe-grow-meal-photo-food-colors_179666-19770.jpg", imageAlt: "Premium quality ingredients", buttonIcon: CheckCircle,
|
||||
title: "Premium Quality", description: "Fresh ingredients prepared with care by our expert chefs", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-tomatoes-with-eggplants-dark-surface-dinner-salad-ripe-grow-meal-photo-food-colors_179666-19770.jpg?_wi=2", imageAlt: "Premium quality ingredients", buttonIcon: CheckCircle,
|
||||
buttonHref: "#products"},
|
||||
{
|
||||
title: "Lightning Fast", description: "Hot food delivered to your door in 30 minutes or less", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-surprised-expression_1194-3518.jpg", imageAlt: "Fast delivery service", buttonIcon: Zap,
|
||||
title: "Lightning Fast", description: "Hot food delivered to your door in 30 minutes or less", imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-surprised-expression_1194-3518.jpg?_wi=2", imageAlt: "Fast delivery service", buttonIcon: Zap,
|
||||
buttonHref: "#products"},
|
||||
{
|
||||
title: "Incredible Variety", description: "Burgers, pizza, pasta, and more all in one place", imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-with-mixed-foods_114579-3271.jpg", imageAlt: "Diverse menu variety", buttonIcon: Smile,
|
||||
title: "Incredible Variety", description: "Burgers, pizza, pasta, and more all in one place", imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-with-mixed-foods_114579-3271.jpg?_wi=2", imageAlt: "Diverse menu variety", buttonIcon: Smile,
|
||||
buttonHref: "#products"},
|
||||
{
|
||||
title: "Easy Ordering", description: "Simple app and website interface for quick ordering", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-tomatoes-with-eggplants-dark-surface-dinner-salad-ripe-grow-meal-photo-food-colors_179666-19770.jpg", imageAlt: "Easy ordering platform", buttonIcon: Smartphone,
|
||||
title: "Easy Ordering", description: "Simple app and website interface for quick ordering", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-red-tomatoes-with-eggplants-dark-surface-dinner-salad-ripe-grow-meal-photo-food-colors_179666-19770.jpg?_wi=3", imageAlt: "Easy ordering platform", buttonIcon: Smartphone,
|
||||
buttonHref: "#products"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user