Merge version_1 into main #2
@@ -11,7 +11,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Award, CheckCircle, Phone, Sparkles, TrendingUp, Zap } from 'lucide-react';
|
||||
import { Award, CheckCircle, Phone, Sparkles, TrendingUp, Zap, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -96,15 +96,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "ar-menu", title: "AR Menu Visualization", author: "Feature", description: "See your meal in 3D before ordering. Customize portions and toppings with live preview.", tags: ["Visual", "Interactive"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wfswse&_wi=1", imageAlt: "AR menu on smartphone"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wfswse", imageAlt: "AR menu on smartphone"
|
||||
},
|
||||
{
|
||||
id: "quick-service", title: "Lightning Fast Service", author: "Feature", description: "Pre-visualized orders process 40% faster. Streamlined kitchen workflow meets customer expectations.", tags: ["Fast", "Efficient"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wfswse&_wi=2", imageAlt: "Fast order processing"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wfswse", imageAlt: "Fast order processing"
|
||||
},
|
||||
{
|
||||
id: "personalization", title: "Smart Personalization", author: "Feature", description: "AI learns your preferences. Get tailored recommendations and special offers just for you.", tags: ["Smart", "Personal"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wfswse&_wi=3", imageAlt: "Personalized recommendations"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wfswse", imageAlt: "Personalized recommendations"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -113,8 +113,8 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Explore Features", href: "#features" }]}
|
||||
buttonAnimation="slide-up"
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg"
|
||||
cardTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,24 +123,24 @@ export default function LandingPage() {
|
||||
title="Our Menu"
|
||||
description="Explore our delicious selection. All items available with AR visualization."
|
||||
tag="Popular Items"
|
||||
tagIcon={CheckCircle}
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "classic-burger", brand: "QuickAR Classic", name: "The Signature Burger", price: "$9.99", rating: 4.8,
|
||||
reviewCount: "2,340", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qwknme&_wi=1", imageAlt: "Signature burger"
|
||||
reviewCount: "2,340", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qwknme", imageAlt: "Signature burger"
|
||||
},
|
||||
{
|
||||
id: "crispy-combo", brand: "QuickAR Combo", name: "Crispy Chicken Combo", price: "$11.99", rating: 4.9,
|
||||
reviewCount: "1,890", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qwknme&_wi=2", imageAlt: "Chicken combo meal"
|
||||
reviewCount: "1,890", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qwknme", imageAlt: "Chicken combo meal"
|
||||
},
|
||||
{
|
||||
id: "veggie-delite", brand: "QuickAR Fresh", name: "Veggie Delite Bowl", price: "$8.99", rating: 4.7,
|
||||
reviewCount: "1,240", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qwknme&_wi=3", imageAlt: "Veggie bowl"
|
||||
reviewCount: "1,240", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qwknme", imageAlt: "Veggie bowl"
|
||||
},
|
||||
{
|
||||
id: "mega-feast", brand: "QuickAR Family", name: "Mega Feast Box", price: "$27.99", rating: 4.9,
|
||||
reviewCount: "956", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qwknme&_wi=4", imageAlt: "Family feast box"
|
||||
reviewCount: "956", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qwknme", imageAlt: "Family feast box"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -151,8 +151,8 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "View Full Menu", href: "#menu" }]}
|
||||
buttonAnimation="slide-up"
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -183,8 +183,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Join Now", href: "#cta" }]}
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,7 +199,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
containerClassName="max-w-3xl mx-auto"
|
||||
testimonialClassName="text-xl md:text-2xl"
|
||||
authorClassName="text-lg font-semibold"
|
||||
starClassName="text-lg font-semibold"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -219,8 +219,8 @@ export default function LandingPage() {
|
||||
showCard={true}
|
||||
speed={40}
|
||||
containerClassName="max-w-6xl"
|
||||
titleClassName="text-4xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user