Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-18 01:04:26 +00:00

View File

@@ -46,15 +46,15 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
tag="Premium Quality"
tagIcon={Zap}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-half-peeled-blood-orange-near-knife-round-wooden-slab_181624-2385.jpg"
imageAlt="fresh premium meat selection white background"
mediaAnimation="entrance-slide"
mediaAnimation="blur-reveal"
ariaLabel="Hero section for meat delivery service"
/>
</div>
@@ -65,7 +65,7 @@ export default function LandingPage() {
description="Handpicked cuts of fresh chicken and mutton, sourced from trusted suppliers. Every product is inspected for quality and freshness."
tag="Fresh & Quality Guaranteed"
tagIcon={CheckCircle}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
products={[
{
id: "chicken-breast", name: "Chicken Breast", price: "$12.99", variant: "500g Pack", imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-chicken-meat_74190-2359.jpg", imageAlt: "fresh raw chicken breast white background"
@@ -81,11 +81,11 @@ export default function LandingPage() {
}
]}
gridVariant="two-columns-alternating-heights"
animationType="entrance-slide"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "View All Products", href: "#products" }]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
ariaLabel="Product showcase section"
/>
</div>
@@ -97,7 +97,7 @@ export default function LandingPage() {
{ type: "text", content: "We deliver premium quality meat products sourced directly from trusted farms. Our commitment to freshness and quality ensures every purchase exceeds your expectations. With 24-hour delivery and expert customer service, we make healthy eating convenient and affordable." }
]}
buttons={[{ text: "Learn More", href: "#contact" }]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
useInvertedBackground={false}
ariaLabel="About FreshMeat section"
/>
@@ -109,7 +109,7 @@ export default function LandingPage() {
description="Experience the FreshMeat difference with our commitment to quality, speed, and customer satisfaction."
tag="Our Advantages"
tagIcon={Award}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
features={[
{
id: "fresh-quality", title: "Farm Fresh Quality", description: "Every cut is carefully selected and inspected for freshness. We work directly with trusted suppliers to ensure the highest standards.", media: {
@@ -133,7 +133,7 @@ export default function LandingPage() {
}
]}
textboxLayout="default"
animationType="entrance-slide"
animationType="blur-reveal"
useInvertedBackground={false}
ariaLabel="Features section"
/>
@@ -145,7 +145,7 @@ export default function LandingPage() {
description="Join thousands of satisfied customers who trust FreshMeat for their protein needs."
tag="Customer Reviews"
tagIcon={Star}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Home Chef", company: "Culinary Enthusiast", rating: 5,
@@ -169,11 +169,11 @@ export default function LandingPage() {
{ value: "99%", label: "Fresh Rating" },
{ value: "24hrs", label: "Delivery Time" }
]}
animationType="entrance-slide"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Order Now", href: "#products" }]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
ariaLabel="Testimonials section"
/>
</div>
@@ -198,14 +198,14 @@ export default function LandingPage() {
<ContactCTA
tag="Get in Touch"
tagIcon={Phone}
tagAnimation="entrance-slide"
tagAnimation="blur-reveal"
title="Ready to Experience Premium Meat?"
description="Place your first order today and join our community of satisfied customers. Fresh meat delivered to your doorstep within 24 hours."
buttons={[
{ text: "Order Now", href: "#products" },
{ text: "Contact Us", href: "#" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="blur-reveal"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
ariaLabel="Contact and call-to-action section"