Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-12 17:01:42 +00:00

View File

@@ -79,13 +79,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "flagship-pro", name: "PremiumPhone Pro Max", price: "$1,299", variant: "Black, Silver, Gold · 256GB", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqz1pE6A082F00W6alWEwEwGoG/a-premium-flagship-smartphone-model-phot-1773334762947-2f858c45.png", imageAlt: "PremiumPhone Pro Max flagship smartphone"
id: "flagship-pro", name: "PremiumPhone Pro Max", price: "$1,299", variant: "Black, Silver, Gold · 256GB", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqz1pE6A082F00W6alWEwEwGoG/a-premium-flagship-smartphone-model-phot-1773334762947-2f858c45.png?_wi=1", imageAlt: "PremiumPhone Pro Max flagship smartphone"
},
{
id: "mid-range-elite", name: "MidRange Elite", price: "$699", variant: "Blue, Purple, White · 128GB", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqz1pE6A082F00W6alWEwEwGoG/a-mid-range-smartphone-model-shown-on-ne-1773334763076-4a7c189e.png", imageAlt: "MidRange Elite smartphone"
id: "mid-range-elite", name: "MidRange Elite", price: "$699", variant: "Blue, Purple, White · 128GB", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqz1pE6A082F00W6alWEwEwGoG/a-mid-range-smartphone-model-shown-on-ne-1773334763076-4a7c189e.png?_wi=1", imageAlt: "MidRange Elite smartphone"
},
{
id: "budget-smart", name: "Smart Budget Phone", price: "$349", variant: "Red, Black, Green · 64GB", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqz1pE6A082F00W6alWEwEwGoG/an-affordable-budget-friendly-smartphone-1773334763027-7744aa2d.png", imageAlt: "Smart Budget Phone"
id: "budget-smart", name: "Smart Budget Phone", price: "$349", variant: "Red, Black, Green · 64GB", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqz1pE6A082F00W6alWEwEwGoG/an-affordable-budget-friendly-smartphone-1773334763027-7744aa2d.png?_wi=1", imageAlt: "Smart Budget Phone"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -139,19 +139,19 @@ export default function LandingPage() {
tagAnimation="slide-up"
plans={[
{
id: "flagship", title: "Premium Flagship", price: "$1,299", period: "/one-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqz1pE6A082F00W6alWEwEwGoG/a-premium-flagship-smartphone-model-phot-1773334762947-2f858c45.png", imageAlt: "Premium Flagship smartphone", button: { text: "Purchase Now", href: "#" },
id: "flagship", title: "Premium Flagship", price: "$1,299", period: "/one-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqz1pE6A082F00W6alWEwEwGoG/a-premium-flagship-smartphone-model-phot-1773334762947-2f858c45.png?_wi=2", imageAlt: "Premium Flagship smartphone", button: { text: "Purchase Now", href: "#" },
features: [
"108MP Advanced Camera", "120Hz AMOLED Display", "Flagship Processor", "12GB RAM + 256GB Storage", "5000mAh Battery", "Premium Build Quality", "2-Year Warranty"
]
},
{
id: "midrange", title: "Mid-Range Elite", price: "$699", period: "/one-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqz1pE6A082F00W6alWEwEwGoG/a-mid-range-smartphone-model-shown-on-ne-1773334763076-4a7c189e.png", imageAlt: "Mid-Range Elite smartphone", button: { text: "Purchase Now", href: "#" },
id: "midrange", title: "Mid-Range Elite", price: "$699", period: "/one-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqz1pE6A082F00W6alWEwEwGoG/a-mid-range-smartphone-model-shown-on-ne-1773334763076-4a7c189e.png?_wi=2", imageAlt: "Mid-Range Elite smartphone", button: { text: "Purchase Now", href: "#" },
features: [
"64MP Dual Camera", "90Hz AMOLED Display", "High-Performance Processor", "8GB RAM + 128GB Storage", "4500mAh Battery", "Sleek Design", "1-Year Warranty"
]
},
{
id: "budget", title: "Budget Smart", price: "$349", period: "/one-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqz1pE6A082F00W6alWEwEwGoG/an-affordable-budget-friendly-smartphone-1773334763027-7744aa2d.png", imageAlt: "Budget Smart Phone", button: { text: "Purchase Now", href: "#" },
id: "budget", title: "Budget Smart", price: "$349", period: "/one-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqz1pE6A082F00W6alWEwEwGoG/an-affordable-budget-friendly-smartphone-1773334763027-7744aa2d.png?_wi=2", imageAlt: "Budget Smart Phone", button: { text: "Purchase Now", href: "#" },
features: [
"13MP Dual Camera", "60Hz HD+ Display", "Reliable Processor", "4GB RAM + 64GB Storage", "4000mAh Battery", "Compact Form Factor", "1-Year Warranty"
]