From 70de6b8bb8e36271e57b7da6b021ebbd937a7a7b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 02:28:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef2603e..ec7e086 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -48,10 +48,10 @@ export default function LandingPage() { { text: "Explore Products", href: "products" }, { text: "Learn More", href: "about" } ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/woman-makes-orange-juice-home-kitchen-with-electric-juicer_169016-49090.jpg" imageAlt="Hassan Tech Premium Juicer Machine" - mediaAnimation="slide-up" + mediaAnimation="none" frameStyle="card" /> @@ -79,13 +79,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "premium", name: "Hassan Pro Elite", price: "$599", variant: "Stainless Steel • 3-Year Warranty", imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49120.jpg?_wi=1", imageAlt: "Hassan Pro Elite Juicer" + id: "premium", name: "Hassan Pro Elite", price: "$599", variant: "Stainless Steel • 3-Year Warranty", imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49120.jpg", imageAlt: "Hassan Pro Elite Juicer" }, { - id: "compact", name: "Hassan Compact Home", price: "$249", variant: "Compact Design • Easy Cleaning", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-home_23-2149936249.jpg?_wi=1", imageAlt: "Hassan Compact Home Juicer" + id: "compact", name: "Hassan Compact Home", price: "$249", variant: "Compact Design • Easy Cleaning", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-home_23-2149936249.jpg", imageAlt: "Hassan Compact Home Juicer" }, { - id: "commercial", name: "Hassan Commercial Max", price: "$1,299", variant: "Heavy-Duty • 500W Motor", imageSrc: "http://img.b2bpic.net/free-photo/latin-young-male-customer-weighing-food-supermarket_662251-1376.jpg?_wi=1", imageAlt: "Hassan Commercial Max Juicer" + id: "commercial", name: "Hassan Commercial Max", price: "$1,299", variant: "Heavy-Duty • 500W Motor", imageSrc: "http://img.b2bpic.net/free-photo/latin-young-male-customer-weighing-food-supermarket_662251-1376.jpg", imageAlt: "Hassan Commercial Max Juicer" } ]} /> @@ -121,19 +121,19 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", title: "Home Starter", price: "$249", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-home_23-2149936249.jpg?_wi=2", imageAlt: "Compact Home Model", button: { text: "Get Started", href: "#contact" }, + id: "starter", title: "Home Starter", price: "$249", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cooking-home_23-2149936249.jpg", imageAlt: "Compact Home Model", button: { text: "Get Started", href: "#contact" }, features: [ "Cold-press technology", "350W powerful motor", "Dishwasher safe parts", "1-year warranty", "Free recipe book" ] }, { - id: "professional", title: "Professional Grade", price: "$599", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49120.jpg?_wi=2", imageAlt: "Professional Premium Model", button: { text: "Choose Pro", href: "#contact" }, + id: "professional", title: "Professional Grade", price: "$599", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/juicer-glass-filled-with-apple-juice-kitchen-table_169016-49120.jpg", imageAlt: "Professional Premium Model", button: { text: "Choose Pro", href: "#contact" }, features: [ "Advanced cold-press system", "500W high-torque motor", "Stainless steel construction", "3-year warranty", "Premium support included" ] }, { - id: "commercial", title: "Commercial Enterprise", price: "$1,299", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/latin-young-male-customer-weighing-food-supermarket_662251-1376.jpg?_wi=2", imageAlt: "Commercial Heavy-Duty Model", button: { text: "Inquire Now", href: "#contact" }, + id: "commercial", title: "Commercial Enterprise", price: "$1,299", period: "one-time", imageSrc: "http://img.b2bpic.net/free-photo/latin-young-male-customer-weighing-food-supermarket_662251-1376.jpg", imageAlt: "Commercial Heavy-Duty Model", button: { text: "Inquire Now", href: "#contact" }, features: [ "Heavy-duty commercial motor", "High-volume production capacity", "Industrial durability", "5-year warranty", "24/7 technical support" ] @@ -216,7 +216,7 @@ export default function LandingPage() { useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/woman-pouring-fresh-juice-glass-breakfast-kitchen-woman-drinking-healthy-natural-orange-juice-housewife-drinking-healthy-natural-homemade-orange-juice-refreshing-sunday-morning_482257-14200.jpg" imageAlt="Fresh juice preparation" - mediaAnimation="slide-up" + mediaAnimation="none" mediaPosition="right" buttonText="Send Message" /> -- 2.49.1