Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ecbd7207d | |||
| f962019132 | |||
| 4ee4c5ca10 | |||
| 1b5673f710 | |||
| ee8cf51bef | |||
| 56cface888 |
@@ -12,7 +12,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
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() {
|
export default function HomePage() {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
@@ -82,7 +82,7 @@ export default function HomePage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Browse Auctions Now", href: "/browse"},
|
text: "Start Bidding Free", href: "/browse"},
|
||||||
{
|
{
|
||||||
text: "Become a Seller", href: "/seller"},
|
text: "Become a Seller", href: "/seller"},
|
||||||
]}
|
]}
|
||||||
@@ -112,7 +112,7 @@ export default function HomePage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
title="Featured Auctions"
|
title="Featured Auctions"
|
||||||
description="Explore our curated selection of premium items across all categories. New listings validated and live within hours."
|
description="All items verified by certified experts. Explore our curated selection of premium items across all categories. New listings validated and live within hours."
|
||||||
tag="Live Bidding"
|
tag="Live Bidding"
|
||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user