From 501716d8b9ed3fcfada2bfb35f7add3aa4499062 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 11:59:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f48be1..0079094 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSocial from '@/components/sections/footer/FooterSocial'; -import { Award, Clock, Facebook, Heart, HelpCircle, Instagram, Linkedin, Sparkles, Star, TrendingUp, Twitter, Zap } from "lucide-react"; +import { Award, Clock, Facebook, Heart, HelpCircle, Instagram, Linkedin, Sparkles, Star, TrendingUp, Twitter, Zap, Crown } from "lucide-react"; export default function EdgeTabsPage() { return ( @@ -68,13 +68,17 @@ export default function EdgeTabsPage() { id: "bundle2", name: "Bundle of 2 Tins (60 Strips)", price: "$27.98", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-looking-cup-coffee-black-wall_114579-76719.jpg", imageAlt: "EdgeTabs bundle of 2 tins with 60 energy strips", initialQuantity: 1 }, { - id: "bundle3", name: "Bundle of 3 Tins (90 Strips)", price: "$39.97", imageSrc: "https://img.b2bpic.net/free-photo/lifestyle-adult-with-health-problems_23-2151098585.jpg", imageAlt: "EdgeTabs bundle of 3 tins with 90 energy strips", initialQuantity: 1 + id: "bundle3", name: "Bundle of 3 Tins (90 Strips) ⭐ BEST VALUE", price: "$39.97", imageSrc: "https://img.b2bpic.net/free-photo/lifestyle-adult-with-health-problems_23-2151098585.jpg", imageAlt: "EdgeTabs bundle of 3 tins with 90 energy strips - Best Value", initialQuantity: 1, + priceButtonProps: { + className: "ring-4 ring-yellow-400/50 bg-gradient-to-r from-yellow-400 via-yellow-500 to-amber-600 shadow-lg shadow-yellow-500/25 transform hover:scale-105 transition-all duration-200" + } } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground="invertDefault" + cardClassName="relative" buttons={[ { text: "View All Products", href: "#" } ]} @@ -106,7 +110,7 @@ export default function EdgeTabsPage() { { id: "6", name: "Alex Thompson", role: "Student", testimonial: "Study sessions are way more productive with EdgeTabs. I can finally focus without the coffee jitters. My grades have improved and I feel better!", imageSrc: "https://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg", imageAlt: "Alex Thompson" } - ]} + ] animationType="scale-rotate" textboxLayout="default" useInvertedBackground="noInvert" @@ -144,19 +148,21 @@ export default function EdgeTabsPage() { ] }, { - id: "bundle3", badge: "Bundle of 3", badgeIcon: Award, - price: "$39.97", subtitle: "Save 13.3% with bundle", buttons: [ + id: "bundle3", badge: "Bundle of 3 ⭐ BEST VALUE", badgeIcon: Crown, + price: "$39.97", subtitle: "Save 13.3% with bundle - Highest margin product", buttons: [ { text: "Add to Cart", href: "#products" }, { text: "Learn More", href: "#about" } ], features: [ - "90 caffeine strips total", "50mg caffeine per strip", "30mg L-theanine included", "3-month supply", "Free priority shipping" + "90 caffeine strips total", "50mg caffeine per strip", "30mg L-theanine included", "3-month supply", "Free priority shipping", "⭐ Maximum savings" ] } ]} animationType="opacity" textboxLayout="default" useInvertedBackground="invertCard" + cardClassName="relative" + badgeClassName="text-sm font-bold" /> @@ -179,7 +185,7 @@ export default function EdgeTabsPage() { { id: "4", value: "30min", title: "Fast Acting", description: "Feel the effects quickly", icon: Clock } - ]} + ] gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" @@ -221,7 +227,7 @@ export default function EdgeTabsPage() { { id: "8", title: "Can I take EdgeTabs with other supplements?", content: "EdgeTabs contain only caffeine and L-theanine, making them compatible with most supplements. However, avoid combining with other caffeine sources or stimulants. Always consult your healthcare provider if taking prescription medications or other supplements." } - ]} + ] imageSrc="https://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-scientist-holding-plant-with-tweezers-laboratory_839833-26630.jpg" imageAlt="EdgeTabs caffeine science and research" mediaPosition="left" @@ -253,7 +259,7 @@ export default function EdgeTabsPage() { { id: "4", title: "What if I'm not satisfied?", content: "We offer a 30-day money-back guarantee. If EdgeTabs isn't right for you, simply contact us for a full refund, no questions asked." } - ]} + ] animationType="scale-rotate" accordionAnimationType="smooth" useInvertedBackground="noInvert" @@ -297,7 +303,7 @@ export default function EdgeTabsPage() { { label: "Disclaimer", href: "#" } ] } - ]} + ] socialLinks={[ { icon: Instagram, href: "https://instagram.com", ariaLabel: "EdgeTabs Instagram" }, { icon: Twitter, href: "https://twitter.com", ariaLabel: "EdgeTabs Twitter" }, -- 2.49.1