Update src/app/page.tsx
This commit is contained in:
224
src/app/page.tsx
224
src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
@@ -29,44 +29,23 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Shop", id: "#products" },
|
||||
{ name: "Benefits", id: "#features" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Anaylyst Tech"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Anaylyst Tech"
|
||||
description="Smart Tech. Smarter Prices. Discover affordable gadgets that upgrade your everyday life."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Trending Products",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
<HeroBillboard
|
||||
title="Smart Tech. Smarter Prices."
|
||||
description="Discover affordable gadgets that upgrade your everyday life. We combine cutting-edge innovation with accessibility to bring the future to your fingertips."
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172481.jpg"
|
||||
imageAlt="Futuristic tech gadgets desk"
|
||||
imageAlt="Futuristic tech gadgets"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,60 +56,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Anaylyst",
|
||||
name: "Smart Eye Mask",
|
||||
price: "$29",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912738.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Anaylyst",
|
||||
name: "Bluetooth Speaker",
|
||||
price: "$45",
|
||||
rating: 4.8,
|
||||
reviewCount: "980",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309642.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Anaylyst",
|
||||
name: "Sonic Dental Cleaner",
|
||||
price: "$35",
|
||||
rating: 4.9,
|
||||
reviewCount: "2.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-simple-concrete-background_23-2150808008.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Anaylyst",
|
||||
name: "Charging Pad 3-in-1",
|
||||
price: "$59",
|
||||
rating: 4.7,
|
||||
reviewCount: "850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-gift-with-discount-tag-cart_23-2148283760.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Anaylyst",
|
||||
name: "Smart Fitness Band",
|
||||
price: "$25",
|
||||
rating: 4.6,
|
||||
reviewCount: "3.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-coworkers-showing-gadgets-each-other_23-2147787563.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Anaylyst",
|
||||
name: "Portable Desk Fan",
|
||||
price: "$19",
|
||||
rating: 4.5,
|
||||
reviewCount: "620",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039333.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Anaylyst", name: "Smart Eye Mask", price: "$29", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912738.jpg" },
|
||||
{ id: "p2", brand: "Anaylyst", name: "Bluetooth Speaker", price: "$45", rating: 4.8, reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309642.jpg" },
|
||||
{ id: "p3", brand: "Anaylyst", name: "Sonic Dental Cleaner", price: "$35", rating: 4.9, reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/modern-wireless-earphones-with-case-simple-concrete-background_23-2150808008.jpg" }
|
||||
]}
|
||||
title="Trending Products"
|
||||
description="Upgrade your daily routine with our top-rated smart gadgets."
|
||||
@@ -144,27 +72,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Affordable Pricing",
|
||||
description: "High-quality tech that doesn't break the bank.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vr-glasses-earphones-arrangement_23-2148847751.jpg",
|
||||
titleIconSrc: "CheckCircle",
|
||||
buttonText: "Shop Now",
|
||||
},
|
||||
{
|
||||
title: "High Quality",
|
||||
description: "Designed for durability and everyday performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-devices-supplies-composition_23-2149552421.jpg",
|
||||
titleIconSrc: "Shield",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Fast Shipping",
|
||||
description: "Get your favorite gadgets delivered to your doorstep.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083936.jpg",
|
||||
titleIconSrc: "Zap",
|
||||
buttonText: "Track Order",
|
||||
},
|
||||
{ title: "Affordable Pricing", description: "High-quality tech that doesn't break the bank.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vr-glasses-earphones-arrangement_23-2148847751.jpg", titleIconSrc: "CheckCircle", buttonText: "Shop Now" },
|
||||
{ title: "High Quality", description: "Designed for durability and everyday performance.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-devices-supplies-composition_23-2149552421.jpg", titleIconSrc: "Shield", buttonText: "Learn More" },
|
||||
{ title: "Fast Shipping", description: "Get your favorite gadgets delivered to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083936.jpg", titleIconSrc: "Zap", buttonText: "Track Order" },
|
||||
]}
|
||||
title="Why Choose Anaylyst Tech"
|
||||
description="We bring you smart, affordable gadgets that make everyday life easier."
|
||||
@@ -178,46 +88,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Designer",
|
||||
company: "Tech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022640.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Dev",
|
||||
company: "Innovate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-asmr-artist-uses-quality-mic-studio-anti-stress-video_482257-124195.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketer",
|
||||
company: "Growth",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "PM",
|
||||
company: "Startup",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-leader-showing-statistics_1262-2964.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alex Smith",
|
||||
role: "Student",
|
||||
company: "Education",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/night-workaholic_1098-13344.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Johnson", role: "Designer", company: "Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022640.jpg" },
|
||||
{ id: "t2", name: "Michael Chen", role: "Dev", company: "Innovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-asmr-artist-uses-quality-mic-studio-anti-stress-video_482257-124195.jpg" },
|
||||
{ id: "t3", name: "Emily Rodriguez", role: "Marketer", company: "Growth", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg" }
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="What our users are saying about our gadgets."
|
||||
@@ -229,21 +102,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is the return policy?",
|
||||
content: "We offer easy returns within 30 days.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer COD?",
|
||||
content: "Yes, we support Cash on Delivery.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How fast is shipping?",
|
||||
content: "Most orders arrive within 3-5 business days.",
|
||||
},
|
||||
{ id: "q1", title: "What is the return policy?", content: "We offer easy returns within 30 days." },
|
||||
{ id: "q2", title: "Do you offer COD?", content: "Yes, we support Cash on Delivery." },
|
||||
{ id: "q3", title: "How fast is shipping?", content: "Most orders arrive within 3-5 business days." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/data-center-specialist-using-ai-deep-learning-algorithms-laptop_482257-125075.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -256,18 +117,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Support"
|
||||
title="Need Help? We're Here."
|
||||
description="Our team is always ready to assist you with any questions or concerns."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:support@anaylyst.tech",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Support", href: "mailto:support@anaylyst.tech" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -276,32 +130,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg"
|
||||
logoText="Anaylyst Tech"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "Audio",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Personal Care",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Shop", items: [{ label: "Audio", href: "#products" }, { label: "Personal Care", href: "#products" }] },
|
||||
{ title: "Support", items: [{ label: "FAQs", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user