Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-01 19:07:33 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="Ashaki Grill"
brandName="Julieys"
/>
</div>
@@ -166,23 +166,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Food Blogger", company: "TasteBuds Hub", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-with-arms-crossed_1298-429.jpg", imageAlt: "Sarah Johnson"},
id: "1", name: "Amelia B.", role: "Verified Buyer", company: "Julieys Customer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-food-phone_23-2149155151.jpg", imageAlt: "Amelia B."},
{
id: "2", name: "Michael Chen", role: "Local Guide", company: "Google Maps", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", imageAlt: "Michael Chen"},
id: "2", name: "David S.", role: "Verified Buyer", company: "Julieys Customer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-drinking-coffee-enjoying-cafe-after-work_637285-248.jpg", imageAlt: "David S."},
{
id: "3", name: "Emily Rodriguez", role: "Event Planner", company: "Celebration Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/waiter-sneezing-into-elbow-while-serving-customer-cafe_637285-6614.jpg", imageAlt: "Emily Rodriguez"},
id: "3", name: "Chloe L.", role: "Verified Buyer", company: "Julieys Customer", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-white-shirt-looking-happy_176474-17469.jpg", imageAlt: "Chloe L."},
{
id: "4", name: "David Kim", role: "Chef", company: "Culinary Critic", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-girl-summer-city_1157-17705.jpg", imageAlt: "David Kim"},
id: "4", name: "Ethan K.", role: "Verified Buyer", company: "Julieys Customer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-with-arms-crossed_1298-429.jpg", imageAlt: "Ethan K."},
{
id: "5", name: "Jessica Lee", role: "Traveler", company: "Food Explorer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-wine-glass_23-2149335065.jpg", imageAlt: "Jessica Lee"},
id: "5", name: "Sophia R.", role: "Verified Buyer", company: "Julieys Customer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-african-american-looking-screen_74855-8848.jpg", imageAlt: "Sophia R."},
]}
title="What Our Guests Say"
description="Hear from our happy customers about their unforgettable dining experiences and the delicious food at Ashaki Grill."
title="What Our Happy Customers Say"
description="Real reviews from verified buyers of Julieys products."
/>
</div>
@@ -225,12 +225,12 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
tag="Connect With Us"
title="Book Your Table or Order Now"
description="We look forward to welcoming you to Ashaki Grill. Reach out for reservations, catering inquiries, or any questions you may have."
inputPlaceholder="Enter your email for updates"
tag="Stay Connected"
title="Get Exclusive Offers & Updates"
description="Sign up for the Julieys newsletter to be the first to know about new products, special discounts, and more!"
inputPlaceholder="Enter your email for updates & offers"
buttonText="Subscribe"
termsText="By clicking Subscribe you're confirming that you agree with our Privacy Policy."
termsText="By subscribing, you agree to receive promotional emails from Julieys."
/>
</div>
@@ -238,51 +238,51 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Ashaki Grill", items: [
title: "Shop", items: [
{
label: "About Us", href: "#about"},
label: "All Products", href: "#menu"},
{
label: "Our Story", href: "#about"},
label: "Daily Deals", href: "#specials"},
{
label: "Careers", href: "#"},
label: "New Arrivals", href: "#menu"},
],
},
{
title: "Menu", items: [
{
label: "Daily Specials", href: "#specials"},
{
label: "Full Menu", href: "#menu"},
{
label: "Takeout", href: "#contact"},
],
},
{
title: "Support", items: [
title: "Customer Service", items: [
{
label: "FAQ", href: "#faq"},
{
label: "Contact Us", href: "#contact"},
{
label: "Reservations", href: "#contact"},
label: "Returns & Exchanges", href: "#"},
],
},
{
title: "About Julieys", items: [
{
label: "Our Story", href: "#about"},
{
label: "Press", href: "#press"},
{
label: "Careers", href: "#"},
],
},
{
title: "Follow Us", items: [
{
label: "Instagram", href: "https://instagram.com/ashakigrill"},
label: "Instagram", href: "https://instagram.com/julieys_official"},
{
label: "Facebook", href: "https://facebook.com/ashakigrill"},
label: "Facebook", href: "https://facebook.com/julieys_official"},
{
label: "Twitter", href: "https://twitter.com/ashakigrill"},
label: "TikTok", href: "https://tiktok.com/@julieys_official"},
],
},
]}
logoText="Ashaki Grill"
copyrightText="© 2024 Ashaki Grill. All rights reserved."
logoText="Julieys"
copyrightText="© 2024 Julieys. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}