Merge version_1 into main #2
202
src/app/page.tsx
202
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="RNT Shop"
|
||||
/>
|
||||
@@ -51,66 +39,28 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Welcome to RNT Shop"
|
||||
description="Your premier destination for high-quality electronics, accessories, and modern lifestyle products. Fast, secure, and built for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160250.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied customers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Ultra-Fast Shipping",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Premium Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Checkout",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Guaranteed",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "30-Day Returns",
|
||||
},
|
||||
{ type: "text", text: "Ultra-Fast Shipping" },
|
||||
{ type: "text", text: "24/7 Premium Support" },
|
||||
{ type: "text", text: "Secure Checkout" },
|
||||
{ type: "text", text: "Quality Guaranteed" },
|
||||
{ type: "text", text: "30-Day Returns" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,30 +72,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Premium Wireless Headset",
|
||||
price: "$129",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sleek Smartwatch Pro",
|
||||
price: "$199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ergonomic Mechanical Keyboard",
|
||||
price: "$89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ultra-Slim Tablet",
|
||||
price: "$349",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg?_wi=4",
|
||||
},
|
||||
{ id: "1", name: "Premium Wireless Headset", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg" },
|
||||
{ id: "2", name: "Sleek Smartwatch Pro", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg" },
|
||||
{ id: "3", name: "Ergonomic Mechanical Keyboard", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg" },
|
||||
{ id: "4", name: "Ultra-Slim Tablet", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg" },
|
||||
]}
|
||||
title="Featured Arrivals"
|
||||
description="Discover our curated collection of best-selling products."
|
||||
@@ -156,7 +86,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
title="Built for Quality, Designed for You"
|
||||
description="RNT Shop is committed to providing seamless shopping experiences. Our mission is to bridge the gap between quality manufacturers and consumers through a robust, secure digital platform. Website created by Rafeeq."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,41 +97,11 @@ export default function LandingPage() {
|
||||
title="What Our Customers Say"
|
||||
description="We are proud to serve a growing community of tech enthusiasts."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Johnson",
|
||||
handle: "@alicej",
|
||||
testimonial: "The quality of the products is unmatched. Truly premium.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob Smith",
|
||||
handle: "@bobsmith",
|
||||
testimonial: "Fast delivery and excellent customer service. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie Brown",
|
||||
handle: "@charlieb",
|
||||
testimonial: "Very sleek design, everything works perfectly as described.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Dana White",
|
||||
handle: "@danaw",
|
||||
testimonial: "The best shopping experience I have had in a long time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Evan Reed",
|
||||
handle: "@evanr",
|
||||
testimonial: "RNT Shop is my go-to for all my electronic needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=5",
|
||||
},
|
||||
{ id: "t1", name: "Alice Johnson", handle: "@alicej", testimonial: "The quality of the products is unmatched. Truly premium.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
|
||||
{ id: "t2", name: "Bob Smith", handle: "@bobsmith", testimonial: "Fast delivery and excellent customer service. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
|
||||
{ id: "t3", name: "Charlie Brown", handle: "@charlieb", testimonial: "Very sleek design, everything works perfectly as described.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
|
||||
{ id: "t4", name: "Dana White", handle: "@danaw", testimonial: "The best shopping experience I have had in a long time.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
|
||||
{ id: "t5", name: "Evan Reed", handle: "@evanr", testimonial: "RNT Shop is my go-to for all my electronic needs.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -213,25 +112,10 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Have questions about our products or your order? Reach out to us at rafiqsaraiki4@gmail.com"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your message here...",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Your message here...", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-conference-room-within-corporation-designed-productivity_482257-124018.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -240,32 +124,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="RNT Shop"
|
||||
columns={[
|
||||
{
|
||||
title: "Store",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Order Tracking",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Store", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Support", items: [{ label: "Privacy Policy", href: "#" }, { label: "Order Tracking", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 RNT Shop | Website created by Rafeeq"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user