diff --git a/src/app/page.tsx b/src/app/page.tsx index a3bc169..e1ead14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, TrendingDown, Star, ShoppingBag } from "lucide-react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -29,21 +30,13 @@ export default function LandingPage() { @@ -52,112 +45,42 @@ export default function LandingPage() {
@@ -168,28 +91,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Real-Time Tracking", - description: "Get instant notifications when prices drop on your favorite devices.", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-chroma-key-help-strategy-planning_482257-126434.jpg", - buttonIcon: "Zap", + title: "Real-Time Tracking", description: "Get instant notifications when prices drop on your favorite devices.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-showing-isolated-chroma-key-help-strategy-planning_482257-126434.jpg", buttonIcon: Zap, }, { - title: "Historical Analysis", - description: "Check price history to see if it's the right time to buy or wait.", - imageSrc: "http://img.b2bpic.net/free-photo/employee-working-marketing-setting_23-2151871165.jpg", - buttonIcon: "TrendingDown", + title: "Historical Analysis", description: "Check price history to see if it's the right time to buy or wait.", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-marketing-setting_23-2151871165.jpg", buttonIcon: TrendingDown, }, { - title: "Detailed Reviews", - description: "Make informed choices with expert analysis and aggregated user feedback.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103554.jpg", - buttonIcon: "Star", + title: "Detailed Reviews", description: "Make informed choices with expert analysis and aggregated user feedback.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103554.jpg", buttonIcon: Star, }, { - title: "Cross-Store Search", - description: "Explore offers from top retailers in one unified platform.", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-old-hard-disk_58702-17250.jpg?_wi=1", - buttonIcon: "ShoppingBag", + title: "Cross-Store Search", description: "Explore offers from top retailers in one unified platform.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-old-hard-disk_58702-17250.jpg", buttonIcon: ShoppingBag, }, ]} title="Why Choose PricePulse?" @@ -204,42 +115,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "Smartphone Pro Max", - price: "$999", - imageSrc: "http://img.b2bpic.net/free-photo/cartoon-clay-phone-right-side-view-dark-background_187299-35342.jpg", - }, - { - id: "2", - name: "Smartphone Elite", - price: "$799", - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-near-toolkit-box-with-set-bits-screwdriver-professional-electronic-service-lab_346278-1793.jpg", - }, - { - id: "3", - name: "Smartphone Basic X", - price: "$499", - imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828217.jpg", - }, - { - id: "4", - name: "Smartphone Fold", - price: "$1299", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-blue-technology-background_23-2148882620.jpg", - }, - { - id: "5", - name: "Smartphone Mini", - price: "$399", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-showing-smartphone-screen-mobile-app-interface-standing-beige-background_1258-123050.jpg", - }, - { - id: "6", - name: "Smartphone Ultra", - price: "$1099", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-old-hard-disk_58702-17250.jpg?_wi=2", - }, + { id: "1", name: "Smartphone Pro Max", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-clay-phone-right-side-view-dark-background_187299-35342.jpg" }, + { id: "2", name: "Smartphone Elite", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-near-toolkit-box-with-set-bits-screwdriver-professional-electronic-service-lab_346278-1793.jpg" }, + { id: "3", name: "Smartphone Basic X", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828217.jpg" }, + { id: "4", name: "Smartphone Fold", price: "$1299", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-blue-technology-background_23-2148882620.jpg" }, + { id: "5", name: "Smartphone Mini", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-woman-showing-smartphone-screen-mobile-app-interface-standing-beige-background_1258-123050.jpg" }, + { id: "6", name: "Smartphone Ultra", price: "$1099", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-old-hard-disk_58702-17250.jpg" }, ]} title="Top Trending Devices" description="Discover the latest models and the best prices currently available on the market." @@ -250,21 +131,9 @@ export default function LandingPage() { @@ -295,34 +157,16 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "About", - href: "#", - }, - { - label: "Blog", - href: "#", - }, - { - label: "Contact", - href: "#contact", - }, + { label: "About", href: "#" }, + { label: "Blog", href: "#" }, + { label: "Contact", href: "#contact" }, ], }, { items: [ - { - label: "Terms", - href: "#", - }, - { - label: "Privacy", - href: "#", - }, - { - label: "Cookies", - href: "#", - }, + { label: "Terms", href: "#" }, + { label: "Privacy", href: "#" }, + { label: "Cookies", href: "#" }, ], }, ]} @@ -332,4 +176,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file