Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -93,7 +93,6 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
@@ -154,7 +153,6 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -168,7 +166,7 @@ export default function LandingPage() {
|
||||
id: "1", title: "The Perfect Daily Companion", quote: "This iPhone has completely transformed how I work and stay connected. The camera quality is absolutely phenomenal, and the battery life keeps up with my busiest days.", name: "Sarah Mitchell", role: "Creative Director", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell professional headshot"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Outstanding Photography", quote: "As a professional photographer, I'm amazed at what I can achieve with the computational photography. The low-light performance is restaurant industry-leading.", name: "Michael Chen", role: "Photographer", imageSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Michael Chen professional headshot"
|
||||
id: "2", title: "Outstanding Photography", quote: "As a professional photographer, I'm amazed at what I can achieve with the computational photography. The low-light performance is industry-leading.", name: "Michael Chen", role: "Photographer", imageSrc: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Michael Chen professional headshot"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Seamless Integration", quote: "The ecosystem integration across all my Apple devices is seamless. Everything just works together effortlessly, saving me hours every week.", name: "Emma Rodriguez", role: "Software Engineer", imageSrc: "https://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Emma Rodriguez professional headshot"
|
||||
@@ -215,7 +213,6 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user