Merge version_1 into main #1
314
src/app/page.tsx
314
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "Trending",
|
||||
id: "trending",
|
||||
},
|
||||
{
|
||||
name: "Daily",
|
||||
id: "daily",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Trending", id: "trending" },
|
||||
{ name: "Daily", id: "daily" },
|
||||
{ name: "About", id: "about" },
|
||||
]}
|
||||
brandName="DailyTrend"
|
||||
/>
|
||||
@@ -53,118 +41,40 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Trends You'll Love"
|
||||
description="Discover curated daily essentials, trending gadgets, and everything in between to elevate your lifestyle effortlessly."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-product-backdrop-with-white-wall_53876-160702.jpg",
|
||||
imageAlt: "Trending Tech",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg",
|
||||
imageAlt: "Daily Finds",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pattern-glass-product-backdrop-with-stand_53876-125895.jpg",
|
||||
imageAlt: "Style Essentials",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-desktop-blurred-background_169016-29449.jpg",
|
||||
imageAlt: "Gadget Hub",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beauty-products-arrangement_23-2149249554.jpg",
|
||||
imageAlt: "Modern Decor",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-adult-woman-checking-purchases_23-2148624976.jpg",
|
||||
imageAlt: "Smart Living",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/minimal-product-backdrop-with-white-wall_53876-160702.jpg", imageAlt: "Trending Tech" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17214.jpg", imageAlt: "Daily Finds" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pattern-glass-product-backdrop-with-stand_53876-125895.jpg", imageAlt: "Style Essentials" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/laptop-desktop-blurred-background_169016-29449.jpg", imageAlt: "Gadget Hub" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beauty-products-arrangement_23-2149249554.jpg", imageAlt: "Modern Decor" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-adult-woman-checking-purchases_23-2148624976.jpg", imageAlt: "Smart Living" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-blue-table-isolated-orange_171337-13150.jpg",
|
||||
imageAlt: "Smart Living",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pink-cosmetic-containers_23-2149270057.jpg",
|
||||
imageAlt: "Modern Decor",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-bowl_23-2147982605.jpg",
|
||||
imageAlt: "Gadget Hub",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600201.jpg",
|
||||
imageAlt: "Style Essentials",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17243.jpg",
|
||||
imageAlt: "Daily Finds",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-pina-colada_23-2150183974.jpg",
|
||||
imageAlt: "Trending Tech",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Trending",
|
||||
href: "#trending",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/glass-blue-table-isolated-orange_171337-13150.jpg", imageAlt: "Smart Living" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pink-cosmetic-containers_23-2149270057.jpg", imageAlt: "Modern Decor" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/laptop-bowl_23-2147982605.jpg", imageAlt: "Gadget Hub" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600201.jpg", imageAlt: "Style Essentials" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17243.jpg", imageAlt: "Daily Finds" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-pina-colada_23-2150183974.jpg", imageAlt: "Trending Tech" }
|
||||
]}
|
||||
buttons={[{ text: "Shop Trending", href: "#trending" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256900.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-woman-posing-selfie_1262-2966.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/excited-student-girl-showing-thumbs-up_273609-13835.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256900.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-woman-posing-selfie_1262-2966.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/excited-student-girl-showing-thumbs-up_273609-13835.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ shoppers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-blue-smoothie-glass-bottle-with-blackberries_23-2148555303.jpg",
|
||||
alt: "Brand 1",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/white-pumpkins-blue-background_23-2149441645.jpg",
|
||||
alt: "Brand 2",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/dried-white-rose-vase-shiny-round-tray_53876-101436.jpg",
|
||||
alt: "Brand 3",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/lime-blue-table-isolated-yellow-near-mirror_171337-13183.jpg",
|
||||
alt: "Brand 4",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/orange-near-juice-mirror-blue-table-isolated_171337-13153.jpg",
|
||||
alt: "Brand 5",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/front-view-blue-smoothie-glass-bottle-with-blackberries_23-2148555303.jpg", alt: "Brand 1" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/white-pumpkins-blue-background_23-2149441645.jpg", alt: "Brand 2" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/dried-white-rose-vase-shiny-round-tray_53876-101436.jpg", alt: "Brand 3" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/lime-blue-table-isolated-yellow-near-mirror_171337-13183.jpg", alt: "Brand 4" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/orange-near-juice-mirror-blue-table-isolated_171337-13153.jpg", alt: "Brand 5" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -174,8 +84,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Shopping, Simplified"
|
||||
description={[
|
||||
"We believe shopping shouldn't be a chore. We curate the best items daily so you can find exactly what you need in seconds.",
|
||||
"Our platform bridges the gap between quality trends and everyday accessibility.",
|
||||
"We believe shopping shouldn't be a chore. We curate the best items daily so you can find exactly what you need in seconds.", "Our platform bridges the gap between quality trends and everyday accessibility."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -187,48 +96,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Smart Watch Ultra",
|
||||
price: "$299",
|
||||
variant: "Silver",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lipstick-brush-near-smartphone-glasses_23-2147742714.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Clear Audio Pro Buds",
|
||||
price: "$149",
|
||||
variant: "White",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808027.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Rapid Charge Pad",
|
||||
price: "$49",
|
||||
variant: "Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17210.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Acoustic Speaker",
|
||||
price: "$199",
|
||||
variant: "Grey",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-camera-with-cinema-reels_23-2147807350.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Premium Slim Case",
|
||||
price: "$29",
|
||||
variant: "Clear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-surface-with-face-mask-surgical-gloves_23-2148561108.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Mechanical Keyboard",
|
||||
price: "$159",
|
||||
variant: "Navy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-workspace-design_23-2148991401.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Smart Watch Ultra", price: "$299", variant: "Silver", imageSrc: "http://img.b2bpic.net/free-photo/lipstick-brush-near-smartphone-glasses_23-2147742714.jpg" },
|
||||
{ id: "p2", name: "Clear Audio Pro Buds", price: "$149", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808027.jpg" },
|
||||
{ id: "p3", name: "Rapid Charge Pad", price: "$49", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17210.jpg" },
|
||||
{ id: "p4", name: "Acoustic Speaker", price: "$199", variant: "Grey", imageSrc: "http://img.b2bpic.net/free-photo/retro-camera-with-cinema-reels_23-2147807350.jpg" },
|
||||
{ id: "p5", name: "Premium Slim Case", price: "$29", variant: "Clear", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-surface-with-face-mask-surgical-gloves_23-2148561108.jpg" },
|
||||
{ id: "p6", name: "Mechanical Keyboard", price: "$159", variant: "Navy", imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-workspace-design_23-2148991401.jpg" }
|
||||
]}
|
||||
title="Trending Now"
|
||||
description="The most sought-after products that everyone is talking about this week."
|
||||
@@ -240,27 +113,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "New",
|
||||
title: "Morning Routine Essentials",
|
||||
subtitle: "Curated for success",
|
||||
description: "High-quality essentials to start your day right.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722618.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Pop",
|
||||
title: "Work From Home Hero",
|
||||
subtitle: "Upgrade your desk",
|
||||
description: "Items designed to boost your daily productivity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-mobile-phone_1252-813.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Top",
|
||||
title: "Weekend Adventures",
|
||||
subtitle: "Gear for go",
|
||||
description: "Ready for your weekend getaway and travel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349292.jpg",
|
||||
},
|
||||
{ tag: "New", title: "Morning Routine Essentials", subtitle: "Curated for success", description: "High-quality essentials to start your day right.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722618.jpg" },
|
||||
{ tag: "Pop", title: "Work From Home Hero", subtitle: "Upgrade your desk", description: "Items designed to boost your daily productivity.", imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-mobile-phone_1252-813.jpg" },
|
||||
{ tag: "Top", title: "Weekend Adventures", subtitle: "Gear for go", description: "Ready for your weekend getaway and travel.", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349292.jpg" }
|
||||
]}
|
||||
title="Daily Finds"
|
||||
description="Selected just for you based on current trends and seasonal needs."
|
||||
@@ -269,30 +124,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
title: "Daily Happy Shoppers",
|
||||
description: "Our community continues to grow.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-covid-shopping-satisfied-young-man-looking-pleased-after-shopping-wearing-face-mask-h_1258-161493.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
title: "Verified Products",
|
||||
description: "Quality tested before listing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woma-portrait-with-camera_1296-546.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Customer Support",
|
||||
description: "Always here to help you.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-arrangement-3d-glasses_23-2149487713.jpg",
|
||||
},
|
||||
{ id: "m1", value: "10k+", title: "Daily Happy Shoppers", description: "Our community continues to grow.", imageSrc: "http://img.b2bpic.net/free-photo/concept-covid-shopping-satisfied-young-man-looking-pleased-after-shopping-wearing-face-mask-h_1258-161493.jpg" },
|
||||
{ id: "m2", value: "5k+", title: "Verified Products", description: "Quality tested before listing.", imageSrc: "http://img.b2bpic.net/free-photo/woma-portrait-with-camera_1296-546.jpg" },
|
||||
{ id: "m3", value: "24/7", title: "Customer Support", description: "Always here to help you.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-arrangement-3d-glasses_23-2149487713.jpg" }
|
||||
]}
|
||||
title="Why DailyTrend"
|
||||
description="Building trust through quality and efficiency."
|
||||
@@ -305,41 +143,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex Smith",
|
||||
handle: "@alexs",
|
||||
testimonial: "The best shopping experience I've had in years. So simple and fast!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria Garcia",
|
||||
handle: "@mariag",
|
||||
testimonial: "I love the daily finds. They are always exactly what I need.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "James Wilson",
|
||||
handle: "@jwilson",
|
||||
testimonial: "High-quality products and fast delivery. Highly recommended store.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-holding-her-chin_23-2149374984.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah Lee",
|
||||
handle: "@slee",
|
||||
testimonial: "Shopping has never been this easy. DailyTrend saves my time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Robert Brown",
|
||||
handle: "@rbrown",
|
||||
testimonial: "Fantastic interface and even better curation. Love this shop!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-suit-posing-black-white-medium-shot_23-2149411400.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alex Smith", handle: "@alexs", testimonial: "The best shopping experience I've had in years. So simple and fast!", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg" },
|
||||
{ id: "t2", name: "Maria Garcia", handle: "@mariag", testimonial: "I love the daily finds. They are always exactly what I need.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg" },
|
||||
{ id: "t3", name: "James Wilson", handle: "@jwilson", testimonial: "High-quality products and fast delivery. Highly recommended store.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-holding-her-chin_23-2149374984.jpg" },
|
||||
{ id: "t4", name: "Sarah Lee", handle: "@slee", testimonial: "Shopping has never been this easy. DailyTrend saves my time.", imageSrc: "http://img.b2bpic.net/free-photo/beaty-style-fashion-age-concept-waist-up-shot-beautiful-gray-haired-50-year-old-female-posing-indoors-standing-white-brick-wall-adjusting-her-stylish-outfit-going-have-meeting_344912-1847.jpg" },
|
||||
{ id: "t5", name: "Robert Brown", handle: "@rbrown", testimonial: "Fantastic interface and even better curation. Love this shop!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-suit-posing-black-white-medium-shot_23-2149411400.jpg" }
|
||||
]}
|
||||
title="What Our Shoppers Say"
|
||||
description="Real feedback from our satisfied community members."
|
||||
@@ -351,21 +159,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do you select daily products?",
|
||||
content: "Our expert team tracks real-time data to find products that are truly trending and helpful.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer returns?",
|
||||
content: "Yes, we have a hassle-free return policy for all our verified daily items.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is shipping really fast?",
|
||||
content: "We aim to ship all orders within 24 hours of confirmation.",
|
||||
},
|
||||
{ id: "f1", title: "How do you select daily products?", content: "Our expert team tracks real-time data to find products that are truly trending and helpful." },
|
||||
{ id: "f2", title: "Do you offer returns?", content: "Yes, we have a hassle-free return policy for all our verified daily items." },
|
||||
{ id: "f3", title: "Is shipping really fast?", content: "We aim to ship all orders within 24 hours of confirmation." }
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Questions? We have the answers."
|
||||
@@ -376,14 +172,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="DailyTrend"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms & Conditions",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms & Conditions", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user