Update src/app/page.tsx
This commit is contained in:
300
src/app/page.tsx
300
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-mobile-store-logo-template_23-2149680710.jpg"
|
||||
brandName="Platinum Phones"
|
||||
@@ -70,19 +56,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Platinum"
|
||||
description="Experience unparalleled luxury and performance with our exclusive range of platinum phones. Crafted for distinction."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Models",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Models", href: "#products"},
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-phone-case-white-surface_187299-47253.jpg"
|
||||
imageAlt="Sleek platinum smartphone against a luxurious background"
|
||||
@@ -111,25 +92,13 @@ export default function LandingPage() {
|
||||
tag="Innovation"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Pure Platinum Casing",
|
||||
content: "Crafted from ethically sourced platinum for unparalleled durability and exquisite finish.",
|
||||
},
|
||||
id: "f1", title: "Pure Platinum Casing", content: "Crafted from ethically sourced platinum for unparalleled durability and exquisite finish."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Immersive Crystal Display",
|
||||
content: "A vibrant, edge-to-edge display with true-to-life colors and exceptional clarity.",
|
||||
},
|
||||
id: "f2", title: "Immersive Crystal Display", content: "A vibrant, edge-to-edge display with true-to-life colors and exceptional clarity."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Next-Gen Performance",
|
||||
content: "Powered by the latest chipsets, ensuring lightning-fast responsiveness and smooth multitasking.",
|
||||
},
|
||||
id: "f3", title: "Next-Gen Performance", content: "Powered by the latest chipsets, ensuring lightning-fast responsiveness and smooth multitasking."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Revolutionary Camera System",
|
||||
content: "Capture stunning photos and videos with our advanced optical sensors and AI enhancements.",
|
||||
},
|
||||
id: "f4", title: "Revolutionary Camera System", content: "Capture stunning photos and videos with our advanced optical sensors and AI enhancements."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039333.jpg"
|
||||
imageAlt="Platinum phone displaying various features"
|
||||
@@ -146,47 +115,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "px",
|
||||
name: "Platinum X",
|
||||
price: "$12,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-futuristic-abstract-illuminate-line-dot-wireless-connection-wave-with-triangle-bright-blue-background-mobile-banking-shopping-online-concept-technology-future_493343-29987.jpg",
|
||||
imageAlt: "Platinum X smartphone",
|
||||
},
|
||||
id: "px", name: "Platinum X", price: "$12,999", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-futuristic-abstract-illuminate-line-dot-wireless-connection-wave-with-triangle-bright-blue-background-mobile-banking-shopping-online-concept-technology-future_493343-29987.jpg", imageAlt: "Platinum X smartphone"},
|
||||
{
|
||||
id: "pz",
|
||||
name: "Platinum Z",
|
||||
price: "$14,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-device-with-minimalist-monochrome-background_23-2150763338.jpg",
|
||||
imageAlt: "Platinum Z smartphone",
|
||||
},
|
||||
id: "pz", name: "Platinum Z", price: "$14,999", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-device-with-minimalist-monochrome-background_23-2150763338.jpg", imageAlt: "Platinum Z smartphone"},
|
||||
{
|
||||
id: "pp",
|
||||
name: "Platinum Pro",
|
||||
price: "$16,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-with-ai-operated-devices_23-2151922457.jpg",
|
||||
imageAlt: "Platinum Pro smartphone",
|
||||
},
|
||||
id: "pp", name: "Platinum Pro", price: "$16,999", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-with-ai-operated-devices_23-2151922457.jpg", imageAlt: "Platinum Pro smartphone"},
|
||||
{
|
||||
id: "pa",
|
||||
name: "Platinum Aura",
|
||||
price: "$18,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-device-with-minimalist-monochrome-background_23-2150763308.jpg",
|
||||
imageAlt: "Platinum Aura smartphone",
|
||||
},
|
||||
id: "pa", name: "Platinum Aura", price: "$18,999", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-device-with-minimalist-monochrome-background_23-2150763308.jpg", imageAlt: "Platinum Aura smartphone"},
|
||||
{
|
||||
id: "pe",
|
||||
name: "Platinum Elite",
|
||||
price: "$22,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437144.jpg",
|
||||
imageAlt: "Platinum Elite smartphone",
|
||||
},
|
||||
id: "pe", name: "Platinum Elite", price: "$22,999", imageSrc: "http://img.b2bpic.net/free-photo/elegant-smartphone-composition_23-2149437144.jpg", imageAlt: "Platinum Elite smartphone"},
|
||||
{
|
||||
id: "po",
|
||||
name: "Platinum Origin",
|
||||
price: "$10,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-phone-with-camera-dark-background_187299-46682.jpg",
|
||||
imageAlt: "Platinum Origin smartphone",
|
||||
},
|
||||
id: "po", name: "Platinum Origin", price: "$10,999", imageSrc: "http://img.b2bpic.net/free-photo/gold-phone-with-camera-dark-background_187299-46682.jpg", imageAlt: "Platinum Origin smartphone"},
|
||||
]}
|
||||
title="Our Exclusive Collection"
|
||||
description="Handpicked designs, unparalleled technology. Find your perfect Platinum companion."
|
||||
@@ -201,20 +140,11 @@ export default function LandingPage() {
|
||||
tag="Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99%",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
id: "m1", value: "99%", description: "Customer Satisfaction"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10K+",
|
||||
description: "Units Sold Globally",
|
||||
},
|
||||
id: "m2", value: "10K+", description: "Units Sold Globally"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
description: "Awards & Recognitions",
|
||||
},
|
||||
id: "m3", value: "50+", description: "Awards & Recognitions"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -227,58 +157,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
tag: "Standard",
|
||||
price: "$12,999",
|
||||
period: "one-time",
|
||||
description: "Essential care for your first Platinum device.",
|
||||
button: {
|
||||
text: "Select Standard",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"1-Year Global Warranty",
|
||||
"Standard Customer Support",
|
||||
"Secure Data Transfer",
|
||||
"Complimentary Accessories Kit",
|
||||
],
|
||||
id: "basic", tag: "Standard", price: "$12,999", period: "one-time", description: "Essential care for your first Platinum device.", button: {
|
||||
text: "Select Standard", href: "#"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"1-Year Global Warranty", "Standard Customer Support", "Secure Data Transfer", "Complimentary Accessories Kit"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
tag: "Premium",
|
||||
price: "$14,999",
|
||||
period: "one-time",
|
||||
description: "Enhanced ownership experience with priority services.",
|
||||
button: {
|
||||
text: "Choose Premium",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"2-Year Extended Warranty",
|
||||
"24/7 Priority Support",
|
||||
"Exclusive Software Updates",
|
||||
"Luxury Accessory Bundle",
|
||||
],
|
||||
id: "premium", tag: "Premium", price: "$14,999", period: "one-time", description: "Enhanced ownership experience with priority services.", button: {
|
||||
text: "Choose Premium", href: "#"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"2-Year Extended Warranty", "24/7 Priority Support", "Exclusive Software Updates", "Luxury Accessory Bundle"],
|
||||
},
|
||||
{
|
||||
id: "bespoke",
|
||||
tag: "Bespoke",
|
||||
price: "POA",
|
||||
period: "bespoke",
|
||||
description: "The ultimate concierge service for the most discerning clients.",
|
||||
button: {
|
||||
text: "Inquire for Bespoke",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Lifetime Global Warranty",
|
||||
"Dedicated Concierge Service",
|
||||
"Custom Engraving & Design",
|
||||
"Invitations to Exclusive Events",
|
||||
],
|
||||
id: "bespoke", tag: "Bespoke", price: "POA", period: "bespoke", description: "The ultimate concierge service for the most discerning clients.", button: {
|
||||
text: "Inquire for Bespoke", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Lifetime Global Warranty", "Dedicated Concierge Service", "Custom Engraving & Design", "Invitations to Exclusive Events"],
|
||||
},
|
||||
]}
|
||||
title="Tailored Ownership Plans"
|
||||
@@ -291,66 +185,31 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Johnson",
|
||||
role: "CEO, InnovateTech",
|
||||
company: "InnovateTech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-businesswoman-with-laptop-happily-talking-cellphone-coffee-break-cafe-street_574295-4056.jpg",
|
||||
imageAlt: "Portrait of Alice Johnson",
|
||||
},
|
||||
id: "t1", name: "Alice Johnson", role: "CEO, InnovateTech", company: "InnovateTech", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-businesswoman-with-laptop-happily-talking-cellphone-coffee-break-cafe-street_574295-4056.jpg", imageAlt: "Portrait of Alice Johnson"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Robert Chen",
|
||||
role: "Lead Designer, Creativista",
|
||||
company: "Creativista",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-young-woman-with-eyeglasses-posing_23-2148452678.jpg",
|
||||
imageAlt: "Portrait of Robert Chen",
|
||||
},
|
||||
id: "t2", name: "Robert Chen", role: "Lead Designer, Creativista", company: "Creativista", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-young-woman-with-eyeglasses-posing_23-2148452678.jpg", imageAlt: "Portrait of Robert Chen"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia Lee",
|
||||
role: "Founder, GrowthGen",
|
||||
company: "GrowthGen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3928.jpg",
|
||||
imageAlt: "Portrait of Sophia Lee",
|
||||
},
|
||||
id: "t3", name: "Sophia Lee", role: "Founder, GrowthGen", company: "GrowthGen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3928.jpg", imageAlt: "Portrait of Sophia Lee"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Marcus Green",
|
||||
role: "Senior Investor, Capital Ventures",
|
||||
company: "Capital Ventures",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-businessman-using-digital-tablet-restaurant_23-2147956340.jpg",
|
||||
imageAlt: "Portrait of Marcus Green",
|
||||
},
|
||||
id: "t4", name: "Marcus Green", role: "Senior Investor, Capital Ventures", company: "Capital Ventures", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-businessman-using-digital-tablet-restaurant_23-2147956340.jpg", imageAlt: "Portrait of Marcus Green"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Olivia Wilson",
|
||||
role: "Executive VP, Global Corp",
|
||||
company: "Global Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116356.jpg",
|
||||
imageAlt: "Portrait of Olivia Wilson",
|
||||
},
|
||||
id: "t5", name: "Olivia Wilson", role: "Executive VP, Global Corp", company: "Global Corp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116356.jpg", imageAlt: "Portrait of Olivia Wilson"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5/5", label: "Average Rating"},
|
||||
{
|
||||
value: "97%",
|
||||
label: "Recommend",
|
||||
},
|
||||
value: "97%", label: "Recommend"},
|
||||
{
|
||||
value: "Luxury",
|
||||
label: "Experience",
|
||||
},
|
||||
value: "Luxury", label: "Experience"},
|
||||
]}
|
||||
title="Voices of Distinction"
|
||||
description="Hear what our discerning clientele have to say about their Platinum Phone experience."
|
||||
@@ -363,14 +222,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Luxury Tech Group",
|
||||
"Global Innovations Inc.",
|
||||
"Elite Electronics",
|
||||
"Prestige Devices",
|
||||
"Modern Engineering Solutions",
|
||||
"Advanced Mobile Systems",
|
||||
"Future Innovations Lab",
|
||||
]}
|
||||
"Luxury Tech Group", "Global Innovations Inc.", "Elite Electronics", "Prestige Devices", "Modern Engineering Solutions", "Advanced Mobile Systems", "Future Innovations Lab"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our technology partners and collaborators ensure the highest standards for Platinum Phones."
|
||||
tag="Partners"
|
||||
@@ -381,16 +233,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Connect"
|
||||
title="Begin Your Platinum Journey"
|
||||
description="Our specialists are ready to assist you. Reach out to discuss exclusive models or custom requirements."
|
||||
buttons={[
|
||||
{
|
||||
text: "Inquire Now",
|
||||
href: "mailto:sales@platinumphones.com",
|
||||
},
|
||||
text: "Inquire Now", href: "mailto:sales@platinumphones.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -399,54 +248,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Models",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Models", href: "#products"},
|
||||
{
|
||||
label: "Accessories",
|
||||
href: "#",
|
||||
},
|
||||
label: "Accessories", href: "#"},
|
||||
{
|
||||
label: "Customization",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Customization", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
{
|
||||
label: "Warranty",
|
||||
href: "#",
|
||||
},
|
||||
label: "Warranty", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user