Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 08:31:55 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="Fast Food Discovery"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Explore Food", href: "#categories" },
{ text: "Learn More", href: "#features" },
@@ -54,17 +54,17 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/serving-burger-background_1321-4511.jpg?_wi=1", imageAlt: "Gourmet Burger"},
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/serving-burger-background_1321-4511.jpg", imageAlt: "Gourmet Burger"},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-plate-kitchen-table-top-view_169016-49103.jpg?_wi=1", imageAlt: "Fresh Salad"},
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-plate-kitchen-table-top-view_169016-49103.jpg", imageAlt: "Fresh Salad"},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/chicken-chop-with-vegetables-corn_140725-3223.jpg?_wi=1", imageAlt: "Grilled Chicken"},
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/chicken-chop-with-vegetables-corn_140725-3223.jpg", imageAlt: "Grilled Chicken"},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-shrimps-grated-cheese-greens-cherry-tomato-top_140725-7995.jpg?_wi=1", imageAlt: "Seafood Pasta"},
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-shrimps-grated-cheese-greens-cherry-tomato-top_140725-7995.jpg", imageAlt: "Seafood Pasta"},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/salmon-roll-sushi_1339-1590.jpg?_wi=1", imageAlt: "Sushi Rolls"},
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/salmon-roll-sushi_1339-1590.jpg", imageAlt: "Sushi Rolls"},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/serving-burger-background_1321-4511.jpg?_wi=2", imageAlt: "Delicious Burger"},
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/serving-burger-background_1321-4511.jpg", imageAlt: "Delicious Burger"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -110,19 +110,19 @@ export default function LandingPage() {
products={[
{
id: "product-1", brand: "The Grill House", name: "Premium Wagyu Burger", price: "$18.99", rating: 5,
reviewCount: "328", imageSrc: "http://img.b2bpic.net/free-photo/serving-burger-background_1321-4511.jpg?_wi=3", imageAlt: "Premium Wagyu Burger"},
reviewCount: "328", imageSrc: "http://img.b2bpic.net/free-photo/serving-burger-background_1321-4511.jpg", imageAlt: "Premium Wagyu Burger"},
{
id: "product-2", brand: "Green Leaf Cafe", name: "Quinoa Buddha Bowl", price: "$14.99", rating: 5,
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-plate-kitchen-table-top-view_169016-49103.jpg?_wi=2", imageAlt: "Quinoa Buddha Bowl"},
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-plate-kitchen-table-top-view_169016-49103.jpg", imageAlt: "Quinoa Buddha Bowl"},
{
id: "product-3", brand: "Fire Roast Kitchen", name: "Herb-Roasted Chicken", price: "$16.99", rating: 4,
reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-photo/chicken-chop-with-vegetables-corn_140725-3223.jpg?_wi=2", imageAlt: "Herb-Roasted Chicken"},
reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-photo/chicken-chop-with-vegetables-corn_140725-3223.jpg", imageAlt: "Herb-Roasted Chicken"},
{
id: "product-4", brand: "Bella Italia", name: "Homemade Seafood Pasta", price: "$17.99", rating: 5,
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-shrimps-grated-cheese-greens-cherry-tomato-top_140725-7995.jpg?_wi=2", imageAlt: "Seafood Pasta"},
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-shrimps-grated-cheese-greens-cherry-tomato-top_140725-7995.jpg", imageAlt: "Seafood Pasta"},
{
id: "product-5", brand: "Tokyo Fusion", name: "Dragon Roll Sushi Set", price: "$15.99", rating: 5,
reviewCount: "356", imageSrc: "http://img.b2bpic.net/free-photo/salmon-roll-sushi_1339-1590.jpg?_wi=2", imageAlt: "Dragon Roll Sushi Set"},
reviewCount: "356", imageSrc: "http://img.b2bpic.net/free-photo/salmon-roll-sushi_1339-1590.jpg", imageAlt: "Dragon Roll Sushi Set"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -206,13 +206,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "testimonial-1", title: "Best Food Discovery App", quote: "FlavorFind has completely changed how I discover new restaurants. The UI is beautiful and the filtering options are exactly what I needed to find restaurants that match my preferences.", name: "Sarah Chen", role: "Food Blogger & Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen"},
id: "testimonial-1", title: "Best Food Discovery App", quote: "FlavorFind has completely changed how I discover new restaurants. The UI is beautiful and the filtering options are exactly what I needed to find restaurants that match my preferences.", name: "Sarah Chen", role: "Food Blogger & Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"},
{
id: "testimonial-2", title: "Saves Me Time Every Day", quote: "As a busy professional, FlavorFind saves me hours every week. I can filter by health-conscious options and find highly-rated restaurants with just a few taps. Absolutely recommend!", name: "Michael Rodriguez", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Rodriguez"},
id: "testimonial-2", title: "Saves Me Time Every Day", quote: "As a busy professional, FlavorFind saves me hours every week. I can filter by health-conscious options and find highly-rated restaurants with just a few taps. Absolutely recommend!", name: "Michael Rodriguez", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez"},
{
id: "testimonial-3", title: "Amazing Discounts and Deals", quote: "The app's smart recommendations and exclusive deals have helped me explore cuisines I never would have tried otherwise. The ordering process is seamless and the deliveries are always on time.", name: "Priya Sharma", role: "Design Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Priya Sharma"},
id: "testimonial-3", title: "Amazing Discounts and Deals", quote: "The app's smart recommendations and exclusive deals have helped me explore cuisines I never would have tried otherwise. The ordering process is seamless and the deliveries are always on time.", name: "Priya Sharma", role: "Design Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma"},
{
id: "testimonial-4", title: "Perfect for Group Orders", quote: "Organizing group food orders is now effortless with FlavorFind. Multiple restaurants, split payments, and customization options make it the go-to app for our team lunch orders.", name: "James Wilson", role: "Startup Founder", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Wilson"},
id: "testimonial-4", title: "Perfect for Group Orders", quote: "Organizing group food orders is now effortless with FlavorFind. Multiple restaurants, split payments, and customization options make it the go-to app for our team lunch orders.", name: "James Wilson", role: "Startup Founder", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"},
]}
/>
</div>
@@ -224,7 +224,7 @@ export default function LandingPage() {
description="Subscribe to FlavorFind's newsletter and get exclusive restaurant recommendations, special discounts, and early access to new features delivered to your inbox."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Subscribe"