Update src/app/page.tsx

This commit is contained in:
2026-03-03 17:08:53 +00:00
parent c1942b836e
commit ad4959e24e

View File

@@ -11,7 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { Sparkles, Fire, Heart, Award, CheckCircle, Truck, Package, Handshake } from 'lucide-react';
import { Sparkles, Heart, Award, CheckCircle, Truck, Package, Handshake } from 'lucide-react';
export default function LandingPage() {
return (
@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
dashboard={{
title: "Customer Experience Hub", logoIcon: "ShoppingCart" as any,
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148370476.jpg", searchPlaceholder: "Search products...", sidebarItems: [
@@ -89,7 +89,7 @@ export default function LandingPage() {
title="Featured Products"
description="Browse our selection of premium vaping devices and tobacco products"
tag="Best Sellers"
tagIcon={Fire}
tagIcon={CheckCircle}
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
@@ -118,7 +118,7 @@ export default function LandingPage() {
description="Mableton Tobacco & Vape"
subdescription="Serving the community with integrity since 2015"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/bar-concept_23-2147798028.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/bar-concept_23-2147798028.jpg"
imageAlt="Mableton Tobacco & Vape Store"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -224,7 +224,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Tell us how we can help...", rows: 5, required: true }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/bar-concept_23-2147798028.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/bar-concept_23-2147798028.jpg"
imageAlt="Mableton Tobacco & Vape Contact"
mediaAnimation="slide-up"
mediaPosition="right"