7 Commits

Author SHA1 Message Date
7df5382b8f Update src/app/page.tsx 2026-01-08 12:06:40 +00:00
83178962f9 Merge version_2 into main
Merge version_2 into main
2026-01-08 12:04:17 +00:00
01eb5a046f Update src/app/page.tsx 2026-01-08 12:04:12 +00:00
bcb526a732 Merge version_2 into main
Merge version_2 into main
2026-01-08 12:01:55 +00:00
8c13bc0c59 Update src/app/page.tsx 2026-01-08 12:01:50 +00:00
8950cba7cf Merge version_2 into main
Merge version_2 into main
2026-01-08 11:59:31 +00:00
501716d8b9 Update src/app/page.tsx 2026-01-08 11:59:27 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -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,7 +68,10 @@ 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"
@@ -144,13 +147,13 @@ 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"
]
}
]}