diff --git a/src/app/page.tsx b/src/app/page.tsx
index d4967d5..ace270d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,63 +30,30 @@ export default function LandingPage() {
@@ -112,42 +79,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Classic Acoustic Series",
- price: "$899",
- imageSrc: "http://img.b2bpic.net/free-photo/two-acoustic-guitars-colored-background-flat-lay_169016-23112.jpg?_wi=1",
- },
- {
- id: "2",
- name: "Studio Electric Pro",
- price: "$1,250",
- imageSrc: "http://img.b2bpic.net/free-photo/electric-guitar-with-neon-light_23-2151376106.jpg",
- },
- {
- id: "3",
- name: "Deep Groove Bass",
- price: "$950",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-electric-guitar-dark-background_169016-20246.jpg",
- },
- {
- id: "4",
- name: "Vintage Mahogany Acoustic",
- price: "$1,899",
- imageSrc: "http://img.b2bpic.net/free-photo/two-acoustic-guitars-colored-background-flat-lay_169016-23112.jpg?_wi=2",
- },
- {
- id: "5",
- name: "Custom Shop Strat",
- price: "$2,400",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-playing-bass-guitar_169016-17165.jpg",
- },
- {
- id: "6",
- name: "Beginner Folk Ukulele",
- price: "$150",
- imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-textured-black-wooden-background-top-view_169016-51083.jpg",
- },
+ { id: "1", name: "Classic Acoustic Series", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/two-acoustic-guitars-colored-background-flat-lay_169016-23112.jpg" },
+ { id: "2", name: "Studio Electric Pro", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/electric-guitar-with-neon-light_23-2151376106.jpg" },
+ { id: "3", name: "Deep Groove Bass", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-electric-guitar-dark-background_169016-20246.jpg" },
+ { id: "4", name: "Vintage Mahogany Acoustic", price: "$1,899", imageSrc: "http://img.b2bpic.net/free-photo/two-acoustic-guitars-colored-background-flat-lay_169016-23112.jpg" },
+ { id: "5", name: "Custom Shop Strat", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-playing-bass-guitar_169016-17165.jpg" },
+ { id: "6", name: "Beginner Folk Ukulele", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-textured-black-wooden-background-top-view_169016-51083.jpg" },
]}
title="Our Featured Instruments"
description="Explore our hand-picked selection of acoustic, electric, and bass guitars, perfect for all skill levels."
@@ -158,42 +95,18 @@ export default function LandingPage() {
@@ -252,37 +146,17 @@ export default function LandingPage() {
logoText="Harmony Strings"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "#",
- },
- {
- label: "Careers",
- href: "#",
- },
- {
- label: "Contact",
- href: "#",
- },
+ title: "Company", items: [
+ { label: "About Us", href: "#" },
+ { label: "Careers", href: "#" },
+ { label: "Contact", href: "#" },
],
},
{
- title: "Support",
- items: [
- {
- label: "Shipping",
- href: "#",
- },
- {
- label: "Returns",
- href: "#",
- },
- {
- label: "FAQ",
- href: "#",
- },
+ title: "Support", items: [
+ { label: "Shipping", href: "#" },
+ { label: "Returns", href: "#" },
+ { label: "FAQ", href: "#" },
],
},
]}