Merge version_1 into main #3
@@ -63,9 +63,9 @@ export default function LandingPage() {
|
||||
{ text: "Call", href: "tel:+1-000-000-0000" }
|
||||
],
|
||||
stats: [
|
||||
{ title: "Products", values: ["500+", "600+", "700+"], description: "Premium devices in stock." },
|
||||
{ title: "Customers", values: ["2000+", "3000+", "4000+"], description: "Satisfied local visitors." },
|
||||
{ title: "Experience", values: ["8+", "9+", "10+"], description: "Years in business." }
|
||||
{ title: "Products", values: [500, 600, 700], description: "Premium devices in stock." },
|
||||
{ title: "Customers", values: [2000, 3000, 4000], description: "Satisfied local visitors." },
|
||||
{ title: "Experience", values: [8, 9, 10], description: "Years in business." }
|
||||
],
|
||||
listTitle: "Today's Specials", listItems: [
|
||||
{ icon: Zap, title: "New Arrivals", status: "In Stock" },
|
||||
|
||||
Reference in New Issue
Block a user