4 Commits

Author SHA1 Message Date
4ee4c5ca10 Update src/app/page.tsx 2026-03-11 23:24:01 +00:00
1b5673f710 Merge version_5 into main
Merge version_5 into main
2026-03-11 23:13:05 +00:00
ee8cf51bef Update src/app/page.tsx 2026-03-11 23:13:01 +00:00
56cface888 Merge version_4 into main
Merge version_4 into main
2026-03-11 23:09:13 +00:00

View File

@@ -12,7 +12,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Zap, Zap as Bolt, Car, Watch, Palette, Users, Store, Gavel, DollarSign } from "lucide-react";
import { Zap, Zap as Bolt, Car, Watch, Palette, Users, Store, Gavel, DollarSign, Mail, Phone, MapPin } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -82,7 +82,7 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{
text: "Browse Auctions Now", href: "/browse"},
text: "Start Bidding Free", href: "/browse"},
{
text: "Become a Seller", href: "/seller"},
]}