Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-07 07:45:11 +00:00

View File

@@ -47,9 +47,6 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/sushi-set-with-standart-ingridients_140725-4267.jpg"
imageAlt="Fresh sushi platter"
frameStyle="card"
mediaAnimation="opacity"
containerClassName="max-w-5xl"
logoClassName="text-center"
@@ -66,11 +63,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "California Roll", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-set-with-pickled-ginger-wasabi-soy-sauce-dark-plate_176474-3465.jpg", imageAlt: "California Roll"},
id: "1", name: "California Roll", price: "$8.50", imageAlt: "California Roll"},
{
id: "2", name: "Fresh Sashimi Platter", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/fish-sauce-table_140725-953.jpg", imageAlt: "Fresh Sashimi Platter"},
id: "2", name: "Fresh Sashimi Platter", price: "$15.00", imageAlt: "Fresh Sashimi Platter"},
{
id: "3", name: "Nigiri Selection", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/dinner-plate-white-wasabi-red_1203-4274.jpg", imageAlt: "Nigiri Selection"},
id: "3", name: "Nigiri Selection", price: "$12.00", imageAlt: "Nigiri Selection"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -103,15 +100,15 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-afro-american-male-barber-wearing-uniform-doing-ok-sign_141793-116559.jpg", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", imageAlt: "Michael Chen"},
{
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-woman-using-tablet-bed_1262-6265.jpg", imageAlt: "Emma Rodriguez"},
id: "3", name: "Emma Rodriguez", imageAlt: "Emma Rodriguez"},
{
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-holding-hand-his-chest-looking-camera-with-smile-face-standing-white-background_141793-54049.jpg", imageAlt: "David Kim"},
id: "4", name: "David Kim", imageAlt: "David Kim"},
]}
cardTitle="Trusted by 150+ local customers with a 4.7★ Google rating"
cardTitle="Trusted by hundreds of local customers with a 4.7★ Google rating"
cardTag="See what they say about us"
cardAnimation="slide-up"
useInvertedBackground={true}