Update src/app/page.tsx
This commit is contained in:
@@ -29,9 +29,8 @@ export default function LandingPage() {
|
||||
brandName="iPhone Store"
|
||||
navItems={[
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Metrics", id: "metrics" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
@@ -55,7 +54,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{ text: "Buy Now", href: "products" },
|
||||
{ text: "Learn More", href: "features" }
|
||||
{ text: "Learn More", href: "metrics" }
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-psd/new-smartphone-a18-bionic-social-media-banner-design-template_47987-33085.jpg"
|
||||
imageAlt="Latest iPhone showcase"
|
||||
@@ -133,14 +132,6 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", name: "James Wilson", role: "Developer", company: "Innovation Labs", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-lovely-woman-fashion-glasses-home_329181-4275.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Park", role: "Marketing Lead", company: "Brand Collective", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-posing-office_23-2149392072.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Kumar", role: "Entrepreneur", company: "StartupX", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user