Switch to version 3: modified src/app/page.tsx

This commit is contained in:
2026-02-26 10:36:33 +00:00
parent 59941dce9b
commit 3fc0c5f185

View File

@@ -9,7 +9,6 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FaqBase from '@/components/sections/faq/FaqBase';
import { Package } from 'lucide-react';
export default function SitePage() {
@@ -30,7 +29,6 @@ export default function SitePage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Moments", id: "features" },
{ name: "FAQ", id: "faq" },
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Stories", id: "testimonials" },
@@ -69,23 +67,6 @@ export default function SitePage() {
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
faqs={[
{ id: '1', title: 'What kind of photography is featured?', content: 'Our gallery features a diverse range of photography, including landscapes, portraits, urban scenes, and abstract art, all hand-picked to tell unique stories.' },
{ id: '2', title: 'Can I purchase prints of the photos?', content: 'Yes, most of our photographs are available for purchase as high-quality prints. Please visit our "Products" section or contact us directly for details.' },
{ id: '3', title: 'How often is the gallery updated?', content: 'We regularly add new content to "In My Life" to keep the visual journey fresh and inspiring. Follow us on social media for real-time updates!' },
{ id: '4', title: 'Do you offer photography workshops?', content: 'While we don\'t currently offer workshops, we are exploring options for future educational content. Stay tuned for announcements!' }
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our photo gallery and services."
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
ariaLabel="Frequently Asked Questions section"
/>
</div>
<div id="features" data-section="features">
<FeatureProcessSteps
title="Featured Moments"