Merge version_1 into main #2
@@ -10,7 +10,7 @@ import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { CheckCircle, Zap, Shield, Star, Leaf, Droplets, Award, Navigation, Thermometer, Settings, Heart, Sparkles, Flame } from "lucide-react";
|
||||
import { CheckCircle, Zap, Shield, Star, Leaf, Droplets, Award, Navigation, Thermometer, Settings, Heart, Sparkles, Flame, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumLarge"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
description="Fresh. Fast. Flavorful. Hot & Crispy Pizzas Delivered Like a Prescription."
|
||||
tag="Hunger Diagnosis"
|
||||
tagIcon={Heart}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "🔥 Order Now", href: "#menu" },
|
||||
{ text: "📞 Call Us", href: "tel:+1234567890" },
|
||||
@@ -64,6 +64,7 @@ export default function LandingPage() {
|
||||
{ icon: Shield, label: "Hygienic Kitchen", value: "✓ Certified" },
|
||||
{ icon: Star, label: "Premium Quality", value: "5★" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,7 +135,7 @@ export default function LandingPage() {
|
||||
items: [
|
||||
{ icon: Settings, text: "Unlimited topping combinations" },
|
||||
{ icon: Heart, text: "Vegan and gluten-free options" },
|
||||
{ icon: CheckCircle, text: "Family portion sizes available" },
|
||||
{ icon: Users, text: "Family portion sizes available" },
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -202,7 +203,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Regular Customer", company: "Tech Professional", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Event Organizer", company: "Party Planning Co", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"},
|
||||
@@ -214,7 +215,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-stylish-student-girl-denim-jacket-thoughtfully-looking-away-outdoor_574295-1373.jpg"},
|
||||
{
|
||||
id: "6", name: "Robert Thompson", role: "Business Owner", company: "Small Business", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user