Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 06:23:20 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
tag="Fresh & Natural"
tagIcon={Leaf}
imageSrc="http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg"
imageSrc="http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=1"
imageAlt="Premium pet food products"
buttons={[
{ text: "Shop Now", href: "products" },
@@ -72,7 +72,7 @@ export default function LandingPage() {
id: "2", name: "Grain-Free Salmon Mix", price: "$38.99", imageSrc: "http://img.b2bpic.net/free-photo/bengal-cat-tastes-breakfast-from-woman-s-fork_8353-523.jpg", imageAlt: "Grain-free salmon pet food", initialQuantity: 1,
},
{
id: "3", name: "Farm-Fresh Beef & Veggie", price: "$35.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg", imageAlt: "Farm-fresh beef and vegetable blend", initialQuantity: 1,
id: "3", name: "Farm-Fresh Beef & Veggie", price: "$35.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=2", imageAlt: "Farm-fresh beef and vegetable blend", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -128,7 +128,7 @@ export default function LandingPage() {
title="We're passionate about providing the best nutrition for your pets. Every ingredient is carefully selected to support their health, vitality, and happiness."
description="Founded by pet lovers"
subdescription="PawsNutrition"
imageSrc="http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg"
imageSrc="http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-dark-surface_1150-42077.jpg?_wi=3"
imageAlt="About PawsNutrition"
mediaAnimation="slide-up"
useInvertedBackground={false}